Skip to content

Commit 334ce05

Browse files
Excavator: Manage go module dependencies (#648)
1 parent 1fc9118 commit 334ce05

4 files changed

Lines changed: 12 additions & 9 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ require (
4444
github.com/rs/xid v1.6.0 // indirect
4545
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7 // indirect
4646
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
47-
github.com/spf13/pflag v1.0.9 // indirect
47+
github.com/spf13/pflag v1.0.10 // indirect
4848
github.com/stretchr/objx v0.5.2 // indirect
4949
golang.org/x/oauth2 v0.30.0 // indirect
5050
golang.org/x/sys v0.35.0 // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466/go.mod h1:9dIRpgI
9191
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
9292
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
9393
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
94-
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
9594
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
95+
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
96+
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
9697
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
9798
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
9899
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=

vendor/github.com/spf13/pflag/flag.go

Lines changed: 8 additions & 6 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
@@ -127,7 +127,7 @@ github.com/shurcooL/graphql/internal/jsonutil
127127
# github.com/spf13/cobra v1.10.1
128128
## explicit; go 1.15
129129
github.com/spf13/cobra
130-
# github.com/spf13/pflag v1.0.9
130+
# github.com/spf13/pflag v1.0.10
131131
## explicit; go 1.12
132132
github.com/spf13/pflag
133133
# github.com/stretchr/objx v0.5.2

0 commit comments

Comments
 (0)