Skip to content

Commit 0ee91d6

Browse files
🌱 Bump golang.org/x/mod v0.25.0 -> move from indirect to required (#4910)
Bump golang.org/x/mod v0.25.0 -> move from indirect to required
1 parent 22cae49 commit 0ee91d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ require (
1010
github.com/spf13/afero v1.14.0
1111
github.com/spf13/cobra v1.9.1
1212
github.com/spf13/pflag v1.0.6
13+
golang.org/x/mod v0.25.0
1314
golang.org/x/text v0.26.0
1415
golang.org/x/tools v0.34.0
1516
sigs.k8s.io/yaml v1.5.0
@@ -28,7 +29,6 @@ require (
2829
github.com/stretchr/testify v1.9.0 // indirect
2930
go.uber.org/automaxprocs v1.6.0 // indirect
3031
go.yaml.in/yaml/v2 v2.4.2 // indirect
31-
golang.org/x/mod v0.25.0 // indirect
3232
golang.org/x/net v0.41.0 // indirect
3333
golang.org/x/sync v0.15.0 // indirect
3434
golang.org/x/sys v0.33.0 // indirect

0 commit comments

Comments
 (0)