Skip to content

Commit 6c0dcbf

Browse files
Update go.mod dependencies
-------- index 1c76378..7faa87d 100644
1 parent b3258d3 commit 6c0dcbf

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
require (
1313
github.com/go-logr/logr v1.4.2 // indirect
1414
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
15-
github.com/google/go-cmp v0.6.0 // indirect
15+
github.com/google/go-cmp v0.7.0 // indirect
1616
github.com/google/pprof v0.0.0-20250208200701-d0013a598941 // indirect
1717
golang.org/x/net v0.35.0 // indirect
1818
golang.org/x/sys v0.30.0 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
44
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
55
github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=
66
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
7-
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
8-
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
7+
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
8+
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
99
github.com/google/pprof v0.0.0-20250208200701-d0013a598941 h1:43XjGa6toxLpeksjcxs1jIoIyr+vUfOqY2c6HB4bpoc=
1010
github.com/google/pprof v0.0.0-20250208200701-d0013a598941/go.mod h1:vavhavw2zAxS5dIdcRluK6cSGGPlZynqzFM8NdvU144=
1111
github.com/onsi/ginkgo/v2 v2.22.2 h1:/3X8Panh8/WwhU/3Ssa6rCKqPLuAkVY2I0RoyDLySlU=

vendor/github.com/google/go-cmp/cmp/internal/function/func.go

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/options.go

+9-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ github.com/go-logr/logr/funcr
55
# github.com/go-task/slim-sprig/v3 v3.0.0
66
## explicit; go 1.20
77
github.com/go-task/slim-sprig/v3
8-
# github.com/google/go-cmp v0.6.0
9-
## explicit; go 1.13
8+
# github.com/google/go-cmp v0.7.0
9+
## explicit; go 1.21
1010
github.com/google/go-cmp/cmp
1111
github.com/google/go-cmp/cmp/internal/diff
1212
github.com/google/go-cmp/cmp/internal/flags

0 commit comments

Comments
 (0)