Go mod was added

This commit is contained in:
NemoD503 2019-10-08 12:25:37 +03:00
parent b33efeebc7
commit 37eb2cb6be
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module github.com/go-telegram-bot-api/telegram-bot-api
go 1.12
require github.com/technoweenie/multipartstreamer v1.0.1

2
go.sum Normal file
View file

@ -0,0 +1,2 @@
github.com/technoweenie/multipartstreamer v1.0.1 h1:XRztA5MXiR1TIRHxH2uNxXxaIkKQDeX7m2XsSOlQEnM=
github.com/technoweenie/multipartstreamer v1.0.1/go.mod h1:jNVxdtShOxzAsukZwTSw6MDx5eUJoiEBsSvzDU9uzog=