File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/docker/secrets-engine/client
22
3- go 1.25
3+ go 1.25.8
44
55// This `replace` is only for CI to function.
66// The correct version will get resolved from below when this module is
Original file line number Diff line number Diff line change 1- go 1.25.7
1+ go 1.25.8
22
33use (
44 ./client
Original file line number Diff line number Diff line change 11module github.com/docker/secrets-engine/plugin
22
3- go 1.25
3+ go 1.25.8
44
55// This `replace` is only for CI to function.
66// The correct version will get resolved from below when this module is
Original file line number Diff line number Diff line change 11module github.com/docker/secrets-engine/plugins/credentialhelper
22
3- go 1.25.0
3+ go 1.25.8
44
55// This `replace` is only for CI to function.
66// The correct version will get resolved from below when this module is
Original file line number Diff line number Diff line change 11module github.com/docker/secrets-engine/plugins/pass
22
3- go 1.25.0
3+ go 1.25.8
44
55replace github.com/docker/secrets-engine/store => ./../../store
66
Original file line number Diff line number Diff line change 11module github.com/docker/secrets-engine/store
22
3- go 1.25
3+ go 1.25.8
44
55// This `replace` is only for CI to function.
66// The correct version will get resolved from below when this module is
Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ github.com/davecgh/go-spew/spew
4040github.com/docker/docker-credential-helpers/client
4141github.com/docker/docker-credential-helpers/credentials
4242# github.com/docker/secrets-engine/plugin v0.0.22 => ./plugin
43- ## explicit; go 1.25
43+ ## explicit; go 1.25.8
4444# github.com/docker/secrets-engine/store v0.0.22 => ./store
45- ## explicit; go 1.25
45+ ## explicit; go 1.25.8
4646# github.com/docker/secrets-engine/x v0.0.25-do.not.use => ./x
47- ## explicit; go 1.25
47+ ## explicit; go 1.25.8
4848# github.com/go-logr/logr v1.4.3
4949## explicit; go 1.18
5050github.com/go-logr/logr
Original file line number Diff line number Diff line change 11module github.com/docker/secrets-engine/x
22
3- go 1.25
3+ go 1.25.8
44
55require (
66 connectrpc.com/connect v1.19.1
You can’t perform that action at this time.
0 commit comments