File tree Expand file tree Collapse file tree 2 files changed +19
-1321
lines changed Expand file tree Collapse file tree 2 files changed +19
-1321
lines changed Original file line number Diff line number Diff line change 1
1
module golang.stackrox.io/grpc-http1/_integration-tests
2
2
3
- go 1.16
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/stretchr/testify v1.8.4
@@ -10,4 +10,19 @@ require (
10
10
google.golang.org/grpc/examples v0.0.0-20220608152536-584d9cd11a1d
11
11
)
12
12
13
+ require (
14
+ github.com/davecgh/go-spew v1.1.1 // indirect
15
+ github.com/golang/glog v1.1.0 // indirect
16
+ github.com/golang/protobuf v1.5.3 // indirect
17
+ github.com/klauspost/compress v1.10.3 // indirect
18
+ github.com/pkg/errors v0.9.1 // indirect
19
+ github.com/pmezard/go-difflib v1.0.0 // indirect
20
+ golang.org/x/sys v0.8.0 // indirect
21
+ golang.org/x/text v0.9.0 // indirect
22
+ google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
23
+ google.golang.org/protobuf v1.30.0 // indirect
24
+ gopkg.in/yaml.v3 v3.0.1 // indirect
25
+ nhooyr.io/websocket v1.8.7 // indirect
26
+ )
27
+
13
28
replace golang.stackrox.io/grpc-http1 => ../
You can’t perform that action at this time.
0 commit comments