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.
24 lines
909 B
24 lines
909 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/coreos/go-oidc v2.2.1+incompatible
|
|
github.com/gambol99/go-oidc v0.0.0-20180331113633-87948fe50989 // indirect
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
|
github.com/google/uuid v1.1.1
|
|
github.com/gorilla/sessions v1.2.0
|
|
github.com/julienschmidt/httprouter v1.2.0
|
|
github.com/magiconair/properties v1.8.1
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
|
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/oauth2 v0.0.0-20180821212333-d2e6202438be
|
|
golang.org/x/text v0.3.2
|
|
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|
|
|