Release test versions of telegram bot and AutomatizationCore

This commit is contained in:
2021-02-04 00:40:23 +03:00
commit 62c9e6165e
19 changed files with 1187 additions and 0 deletions

12
telegram-bot/go.mod Normal file
View 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
)