@@ -4,34 +4,17 @@ go 1.22.4
4
4
5
5
require (
6
6
github.com/google/uuid v1.6.0
7
- github.com/keploy/go-sdk v0.9.0
7
+ github.com/keploy/go-sdk/v2 v2.0.0-alpha8
8
8
google.golang.org/grpc v1.67.0
9
9
google.golang.org/protobuf v1.34.2
10
10
)
11
11
12
12
require (
13
- github.com/bufbuild/protocompile v0.14.1 // indirect
14
- github.com/creasty/defaults v1.6.0 // indirect
15
- github.com/fullstorydev/grpcurl v1.8.7 // indirect
16
- github.com/go-playground/locales v0.14.0 // indirect
17
- github.com/go-playground/universal-translator v0.18.0 // indirect
18
- github.com/go-playground/validator/v10 v10.10.1 // indirect
19
- github.com/golang/protobuf v1.5.4 // indirect
20
- github.com/jhump/protoreflect v1.17.0 // indirect
21
- github.com/k0kubun/pp/v3 v3.1.0 // indirect
22
- github.com/leodido/go-urn v1.2.1 // indirect
23
- github.com/mattn/go-colorable v0.1.12 // indirect
24
- github.com/mattn/go-isatty v0.0.14 // indirect
25
- go.keploy.io/server v0.8.6 // indirect
26
- go.uber.org/atomic v1.9.0 // indirect
27
- go.uber.org/multierr v1.7.0 // indirect
28
- go.uber.org/zap v1.22.0 // indirect
29
- golang.org/x/crypto v0.27.0 // indirect
13
+ github.com/stretchr/testify v1.9.0 // indirect
14
+ go.uber.org/multierr v1.11.0 // indirect
15
+ go.uber.org/zap v1.27.0 // indirect
30
16
golang.org/x/net v0.29.0 // indirect
31
- golang.org/x/sync v0.8.0 // indirect
32
17
golang.org/x/sys v0.25.0 // indirect
33
18
golang.org/x/text v0.18.0 // indirect
34
- google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
35
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
36
- gopkg.in/yaml.v3 v3.0.1 // indirect
19
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240924160255-9d4c2d233b61 // indirect
37
20
)
0 commit comments