-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 813 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 813 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
module github.com/GoogleCloudPlatform/cloud-run-proxy
go 1.23.0
require (
golang.org/x/net v0.23.0
golang.org/x/oauth2 v0.27.0
google.golang.org/api v0.152.0
)
require (
cloud.google.com/go/compute/metadata v0.3.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231127180814-3a041ad873d4 // indirect
google.golang.org/grpc v1.59.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)