Skip to content

Commit 26eb1dd

Browse files
author
Moritz Clasmeier
committed
go mod tidy
1 parent d6fc8db commit 26eb1dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/stackrox/roxie
33
go 1.25.6
44

55
require (
6+
dario.cat/mergo v1.0.2
67
github.com/fatih/color v1.16.0
78
github.com/google/go-containerregistry v0.21.0
89
github.com/spf13/cobra v1.10.2
@@ -15,7 +16,6 @@ require (
1516
)
1617

1718
require (
18-
dario.cat/mergo v1.0.2 // indirect
1919
github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect
2020
github.com/davecgh/go-spew v1.1.1 // indirect
2121
github.com/docker/cli v29.2.1+incompatible // indirect

0 commit comments

Comments
 (0)