We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6fc8db commit 26eb1ddCopy full SHA for 26eb1dd
1 file changed
go.mod
@@ -3,6 +3,7 @@ module github.com/stackrox/roxie
3
go 1.25.6
4
5
require (
6
+ dario.cat/mergo v1.0.2
7
github.com/fatih/color v1.16.0
8
github.com/google/go-containerregistry v0.21.0
9
github.com/spf13/cobra v1.10.2
@@ -15,7 +16,6 @@ require (
15
16
)
17
18
- dario.cat/mergo v1.0.2 // indirect
19
github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect
20
github.com/davecgh/go-spew v1.1.1 // indirect
21
github.com/docker/cli v29.2.1+incompatible // indirect
0 commit comments