-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
25 lines (22 loc) · 869 Bytes
/
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
module github.com/filinvadim/go-cloud-pubsub-mqtt
go 1.20
require (
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/google/uuid v1.1.1
gocloud.dev v0.19.0
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
)
require (
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/googleapis/gax-go v2.0.2+incompatible // indirect
go.opencensus.io v0.22.2 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 // indirect
google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64 // indirect
google.golang.org/grpc v1.21.1 // indirect
)