All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
25 lines
773 B
Modula-2
25 lines
773 B
Modula-2
module github.com/maximotejeda/us_dop_bot
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
|
github.com/maximotejeda/msvc-proto/golang/dolar v0.0.0-8
|
|
github.com/maximotejeda/msvc-proto/golang/tgbuser v0.0.0-11
|
|
github.com/nats-io/nats.go v1.34.1
|
|
golang.org/x/sync v0.6.0
|
|
golang.org/x/text v0.14.0
|
|
google.golang.org/grpc v1.63.2
|
|
)
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.17.2 // indirect
|
|
github.com/nats-io/nkeys v0.4.7 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
golang.org/x/crypto v0.22.0 // indirect
|
|
golang.org/x/net v0.24.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
)
|