-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (22 loc) · 774 Bytes
/
go.mod
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 github.com/yolocs/artifact-registry-cred-helper
go 1.23.5
toolchain go1.23.6
require (
github.com/abcxyz/pkg v1.4.0
github.com/beevik/etree v1.5.0
github.com/google/go-cmp v0.7.0
golang.org/x/oauth2 v0.27.0
)
require (
cloud.google.com/go/compute/metadata v0.5.2 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/posener/complete/v2 v2.1.0 // indirect
github.com/posener/script v1.2.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250204164813-702378808489 // indirect
google.golang.org/grpc v1.70.0 // indirect
google.golang.org/protobuf v1.36.4 // indirect
)