Skip to content

Commit d5c11ef

Browse files
Excavator: Bump go dependency github.com/stretchr/objx (#668)
1 parent 0bf2481 commit d5c11ef

4 files changed

Lines changed: 34 additions & 23 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ require (
4545
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7 // indirect
4646
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
4747
github.com/spf13/pflag v1.0.10 // indirect
48-
github.com/stretchr/objx v0.5.2 // indirect
48+
github.com/stretchr/objx v0.5.3 // indirect
4949
go.yaml.in/yaml/v2 v2.4.3 // indirect
5050
golang.org/x/oauth2 v0.31.0 // indirect
5151
golang.org/x/sys v0.36.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3A
9797
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
9898
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
9999
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
100-
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
101-
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
100+
github.com/stretchr/objx v0.5.3 h1:jmXUvGomnU1o3W/V5h2VEradbpJDwGrzugQQvL0POH4=
101+
github.com/stretchr/objx v0.5.3/go.mod h1:rDQraq+vQZU7Fde9LOZLr8Tax6zZvy4kuNKF+QYS+U0=
102102
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
103103
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
104104
github.com/stretchr/testify v1.7.5/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=

vendor/github.com/stretchr/objx/README.md

Lines changed: 30 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ github.com/spf13/cobra
130130
# github.com/spf13/pflag v1.0.10
131131
## explicit; go 1.12
132132
github.com/spf13/pflag
133-
# github.com/stretchr/objx v0.5.2
133+
# github.com/stretchr/objx v0.5.3
134134
## explicit; go 1.20
135135
github.com/stretchr/objx
136136
# github.com/stretchr/testify v1.11.1

0 commit comments

Comments
 (0)