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.
21 lines
696 B
21 lines
696 B
module git.slaventius.ru/test3k/authPostman
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
git.slaventius.ru/test3k/umate v0.0.0-20230315075224-45d90aaa1dcb
|
|
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/segmentio/kafka-go v0.4.38
|
|
)
|
|
|
|
require (
|
|
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
|
|
github.com/evalphobia/logrus_sentry v0.8.2 // indirect
|
|
github.com/getsentry/raven-go v0.2.0 // indirect
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.15 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
)
|
|
|