| module github.com/GoogleCloudPlatform/docker-credential-gcr/v2 |
| |
| go 1.26.0 |
| |
| toolchain go1.26.4 |
| |
| 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 |
| ) |