-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
23 lines (20 loc) · 750 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
module github.com/rantav/go-grpc-channelz
go 1.18
require (
github.com/go-chi/chi/v5 v5.0.7
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.1
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
google.golang.org/grpc v1.46.2
google.golang.org/protobuf v1.28.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)