forked from grpc-ecosystem/grpc-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 683 Bytes
/
Copy pathgo.mod
File metadata and controls
23 lines (20 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/grpc-ecosystem/grpc-gateway/v2
go 1.24.0
require (
github.com/antihax/optional v1.0.0
github.com/google/go-cmp v0.7.0
github.com/rogpeppe/fastuuid v1.2.0
go.yaml.in/yaml/v3 v3.0.4
golang.org/x/oauth2 v0.35.0
golang.org/x/text v0.34.0
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57
google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57
google.golang.org/grpc v1.78.0
google.golang.org/protobuf v1.36.11
)
require (
github.com/kr/pretty v0.3.1 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sys v0.38.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)