Skip to content

Commit 82a8bf6

Browse files
Update go.mod dependencies
-------- index a2d56195..e9dca3e6 100644
1 parent ee06193 commit 82a8bf6

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

src/example-apps/tick/go.mod

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

src/example-apps/tick/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -741,8 +741,8 @@ github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
741741
github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE=
742742
github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
743743
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
744-
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
745-
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
744+
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
745+
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
746746
github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs=
747747
github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0=
748748
github.com/google/martian/v3 v3.1.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0=

src/example-apps/tick/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.

src/example-apps/tick/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.

src/example-apps/tick/vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ github.com/go-logr/logr/funcr
1111
# github.com/go-task/slim-sprig/v3 v3.0.0
1212
## explicit; go 1.20
1313
github.com/go-task/slim-sprig/v3
14-
# github.com/google/go-cmp v0.6.0
15-
## explicit; go 1.13
14+
# github.com/google/go-cmp v0.7.0
15+
## explicit; go 1.21
1616
github.com/google/go-cmp/cmp
1717
github.com/google/go-cmp/cmp/internal/diff
1818
github.com/google/go-cmp/cmp/internal/flags

0 commit comments

Comments
 (0)