-
Notifications
You must be signed in to change notification settings - Fork 20
/
go.mod
30 lines (27 loc) · 1.02 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/kmlebedev/txmlconnector
go 1.23
require (
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/golang/glog v1.2.3
github.com/sirupsen/logrus v1.9.3
github.com/streadway/amqp v1.0.0
gocloud.dev v0.29.0
gocloud.dev/pubsub/rabbitpubsub v0.29.0
google.golang.org/grpc v1.68.1
google.golang.org/protobuf v1.35.2
)
require (
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
github.com/rabbitmq/amqp091-go v1.7.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.110.0 // indirect
google.golang.org/genproto v0.0.0-20230209215440-0dfe4f8abfcc // indirect
)