forked from rancher-sandbox/rancher-desktop
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (16 loc) · 635 Bytes
/
go.mod
File metadata and controls
20 lines (16 loc) · 635 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/rancher-sandbox/rancher-desktop/src/go/docker-credential-none
go 1.24.0
toolchain go1.24.2
require (
github.com/docker/cli v29.1.2+incompatible
github.com/docker/docker-credential-helpers v0.9.4
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af // indirect
github.com/stretchr/testify v1.11.1 // indirect
golang.org/x/sys v0.40.0 // indirect
gotest.tools/v3 v3.5.2 // indirect
)