-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathgo.mod
26 lines (23 loc) · 880 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/GoogleCloudPlatform/docker-credential-gcr/v2
go 1.21
require (
cloud.google.com/go/auth v0.10.0
github.com/docker/cli v24.0.5+incompatible
github.com/docker/docker-credential-helpers v0.6.4
github.com/golang/mock v1.6.0
github.com/google/subcommands v1.2.0
github.com/toqueteos/webbrowser v1.2.0
golang.org/x/oauth2 v0.22.0
golang.org/x/sync v0.8.0
)
require (
cloud.google.com/go/compute/metadata v0.5.2 // indirect
github.com/docker/docker v24.0.5+incompatible // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
golang.org/x/sys v0.25.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
google.golang.org/protobuf v1.35.1 // indirect
gotest.tools/v3 v3.0.3 // indirect
)