-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (29 loc) · 1.16 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/theplant/prottp
go 1.17
require (
github.com/go-kit/kit v0.12.1-0.20220826005032-a7ba4fa4e289
github.com/golang/protobuf v1.5.3
github.com/sunfmin/reflectutils v0.0.0-20190925073614-f129c4f8ea2e
github.com/theplant/appkit v0.0.0-20200710051107-b5c999e99992
github.com/theplant/testingutils v0.0.0-20190603093022-26d8b4d95c61
github.com/theplant/validator v0.0.0-20200421071236-b1bb50df4082
golang.org/x/net v0.23.0
google.golang.org/grpc v1.56.3
)
require (
github.com/go-kit/log v0.2.0 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/jjeffery/errors v1.0.3 // indirect
github.com/jjeffery/kv v0.8.1 // indirect
github.com/pborman/uuid v1.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rs/cors v1.7.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)