Skip to content

Commit b81651b

Browse files
authored
deps: go1.18 for integration tests (#101)
1 parent eb55720 commit b81651b

File tree

2 files changed

+19
-1321
lines changed

2 files changed

+19
-1321
lines changed

_integration-tests/go.mod

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module golang.stackrox.io/grpc-http1/_integration-tests
22

3-
go 1.16
3+
go 1.18
44

55
require (
66
github.com/stretchr/testify v1.8.4
@@ -10,4 +10,19 @@ require (
1010
google.golang.org/grpc/examples v0.0.0-20220608152536-584d9cd11a1d
1111
)
1212

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+
1328
replace golang.stackrox.io/grpc-http1 => ../

0 commit comments

Comments
 (0)