...

Text file src/github.com/docker/docker-credential-helpers/go.mod

Documentation: github.com/docker/docker-credential-helpers

     1module github.com/docker/docker-credential-helpers
     2
     3go 1.19
     4
     5require github.com/danieljoos/wincred v1.2.0
     6
     7require golang.org/x/sys v0.8.0 // indirect

View as plain text