Skip to content

Commit eec2ba1

Browse files
Excavator: Bump go dependency github.com/shurcooL/graphql (#706)
1 parent 568c1bc commit eec2ba1

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require (
4343
github.com/prometheus/procfs v0.19.2 // indirect
4444
github.com/rs/xid v1.6.0 // indirect
4545
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7 // indirect
46-
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
46+
github.com/shurcooL/graphql v0.0.0-20240915155400-7ee5256398cf // indirect
4747
github.com/spf13/pflag v1.0.10 // indirect
4848
github.com/stretchr/objx v0.5.3 // indirect
4949
go.yaml.in/yaml/v2 v2.4.3 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ github.com/rs/zerolog v1.34.0/go.mod h1:bJsvje4Z08ROH4Nhs5iH600c3IkWhwp44iRc54W6
8686
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
8787
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7 h1:cYCy18SHPKRkvclm+pWm1Lk4YrREb4IOIb/YdFO0p2M=
8888
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7/go.mod h1:zqMwyHmnN/eDOZOdiTohqIUKUrTFX62PNlu7IJdu0q8=
89-
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 h1:17JxqqJY66GmZVHkmAsGEkcIu0oCe3AM420QDgGwZx0=
90-
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466/go.mod h1:9dIRpgIY7hVhoqfe0/FcYp0bpInZaT7dc3BYOprrIUE=
89+
github.com/shurcooL/graphql v0.0.0-20240915155400-7ee5256398cf h1:o1uxfymjZ7jZ4MsgCErcwWGtVKSiNAXtS59Lhs6uI/g=
90+
github.com/shurcooL/graphql v0.0.0-20240915155400-7ee5256398cf/go.mod h1:9dIRpgIY7hVhoqfe0/FcYp0bpInZaT7dc3BYOprrIUE=
9191
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
9292
github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU=
9393
github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4=

vendor/github.com/shurcooL/graphql/ident/ident.go

Lines changed: 1 addition & 0 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
@@ -119,7 +119,7 @@ github.com/rs/zerolog/log
119119
# github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
120120
## explicit; go 1.19
121121
github.com/shurcooL/githubv4
122-
# github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466
122+
# github.com/shurcooL/graphql v0.0.0-20240915155400-7ee5256398cf
123123
## explicit; go 1.19
124124
github.com/shurcooL/graphql
125125
github.com/shurcooL/graphql/ident

0 commit comments

Comments
 (0)