You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
567 B
18 lines
567 B
module github.com/nmasse-itix/Telegram-Photo-Album-Bot
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Flaque/filet v0.0.0-20190209224823-fc4d33cfcf93
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
|
github.com/google/uuid v1.1.1
|
|
github.com/julienschmidt/httprouter v1.2.0
|
|
github.com/magiconair/properties v1.8.1
|
|
github.com/prometheus/common v0.4.0
|
|
github.com/rakyll/statik v0.1.7
|
|
github.com/spf13/afero v1.1.2
|
|
github.com/spf13/viper v1.6.3
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
|
golang.org/x/text v0.3.2
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|
|
|