| module github.com/GoogleCloudPlatform/docker-credential-gcr/v2 |
| |
| go 1.26.0 |
| |
| toolchain go1.26.5 |
| |
| require ( |
| cloud.google.com/go/auth v0.22.0 |
| github.com/docker/cli v29.6.2+incompatible |
| github.com/docker/docker-credential-helpers v0.9.8 |
| github.com/golang/mock v1.6.0 |
| github.com/google/subcommands v1.2.0 |
| github.com/toqueteos/webbrowser v1.2.1 |
| golang.org/x/oauth2 v0.36.0 |
| golang.org/x/sync v0.22.0 |
| ) |
| |
| require ( |
| cloud.google.com/go/compute/metadata v0.9.0 // indirect |
| github.com/googleapis/enterprise-certificate-proxy v0.3.17 // indirect |
| github.com/googleapis/gax-go/v2 v2.23.0 // indirect |
| github.com/pkg/errors v0.9.1 // indirect |
| github.com/sirupsen/logrus v1.9.4 // indirect |
| golang.org/x/sys v0.46.0 // indirect |
| gotest.tools/v3 v3.0.3 // indirect |
| ) |