-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 851 Bytes
/
go.mod
File metadata and controls
26 lines (22 loc) · 851 Bytes
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
module golang.stackrox.io/grpc-http1/_integration-tests
go 1.25.0
require (
github.com/stretchr/testify v1.11.1
golang.org/x/net v0.53.0
golang.stackrox.io/grpc-http1 v0.0.0-00010101000000-000000000000
google.golang.org/grpc v1.80.0
google.golang.org/grpc/examples v0.0.0-20250128160859-73e447014dfa
)
require (
github.com/coder/websocket v1.8.14 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/glog v1.2.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/text v0.36.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260120221211-b8f7ae30c516 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace golang.stackrox.io/grpc-http1 => ../