Release test versions of telegram bot and AutomatizationCore
This commit is contained in:
12
telegram-bot/go.mod
Normal file
12
telegram-bot/go.mod
Normal file
@@ -0,0 +1,12 @@
|
||||
module nikozavr.ru/plexautomatization
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
||||
github.com/golang/protobuf v1.4.2
|
||||
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
||||
google.golang.org/grpc v1.35.0
|
||||
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0 // indirect
|
||||
google.golang.org/protobuf v1.25.0
|
||||
)
|
||||
Reference in New Issue
Block a user