-
Notifications
You must be signed in to change notification settings - Fork 16
/
go.mod
32 lines (28 loc) · 1.06 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
31
32
module github.com/kubemq-io/kubemq-go
go 1.22
toolchain go1.23.0
require (
github.com/go-resty/resty/v2 v2.12.0
github.com/gorilla/websocket v1.5.1
github.com/kubemq-io/protobuf v1.3.1
github.com/nats-io/nuid v1.0.1
github.com/stretchr/testify v1.9.0
go.opencensus.io v0.24.0
go.uber.org/atomic v1.11.0
google.golang.org/grpc v1.69.2
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
google.golang.org/protobuf v1.35.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)