-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (23 loc) · 818 Bytes
/
go.mod
File metadata and controls
27 lines (23 loc) · 818 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
27
module github.com/GoogleCloudPlatform/docker-credential-gcr/v2
go 1.23.0
toolchain go1.23.2
require (
cloud.google.com/go/auth v0.16.2
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.27.0
golang.org/x/sync v0.14.0
)
require (
cloud.google.com/go/compute/metadata v0.7.0 // indirect
github.com/docker/docker v25.0.6+incompatible // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
github.com/googleapis/gax-go/v2 v2.14.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.9.4 // indirect
golang.org/x/sys v0.33.0 // indirect
gotest.tools/v3 v3.0.3 // indirect
)