File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed 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 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