Skip to content

Commit bf0574f

Browse files
fix(deps): update github.com/shurcool/githubv4 digest to 4829585
1 parent e223538 commit bf0574f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/redhat-cop/operator-utils v1.3.5
2424
github.com/robfig/cron v1.2.0
2525
github.com/robfig/cron/v3 v3.0.1
26-
github.com/shurcooL/githubv4 v0.0.0-20220520033151-0b4e3294ff00
26+
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
2727
github.com/xanzy/go-gitlab v0.73.1
2828
golang.org/x/text v0.14.0
2929
gopkg.in/ldap.v2 v2.5.1
@@ -72,7 +72,7 @@ require (
7272
github.com/google/go-querystring v1.1.0 // indirect
7373
github.com/google/gofuzz v1.1.0 // indirect
7474
github.com/google/uuid v1.3.0 // indirect
75-
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
75+
github.com/hashicorp/go-retryablehttp v0.7.7
7676
github.com/hashicorp/golang-lru v0.5.4 // indirect
7777
github.com/huandu/xstrings v1.3.3 // indirect
7878
github.com/imdario/mergo v0.3.12 // indirect
@@ -109,7 +109,7 @@ require (
109109
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
110110
github.com/spf13/cast v1.3.1 // indirect
111111
github.com/spf13/pflag v1.0.5 // indirect
112-
github.com/stretchr/testify v1.9.0 // indirect
112+
github.com/stretchr/testify v1.9.0
113113
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
114114
go.opentelemetry.io/otel v1.14.0 // indirect
115115
go.opentelemetry.io/otel/trace v1.14.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,8 @@ github.com/shopspring/decimal v1.2.0 h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXY
678678
github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
679679
github.com/shurcooL/githubv4 v0.0.0-20220520033151-0b4e3294ff00 h1:fiFvD4lT0aWjuuAb64LlZ/67v87m+Kc9Qsu5cMFNK0w=
680680
github.com/shurcooL/githubv4 v0.0.0-20220520033151-0b4e3294ff00/go.mod h1:hAF0iLZy4td2EX+/8Tw+4nodhlMrwN3HupfaXj3zkGo=
681+
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7 h1:cYCy18SHPKRkvclm+pWm1Lk4YrREb4IOIb/YdFO0p2M=
682+
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7/go.mod h1:zqMwyHmnN/eDOZOdiTohqIUKUrTFX62PNlu7IJdu0q8=
681683
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f h1:tygelZueB1EtXkPI6mQ4o9DQ0+FKW41hTbunoXZCTqk=
682684
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f/go.mod h1:AuYgA5Kyo4c7HfUmvRGs/6rGlMMV/6B1bVnB9JxJEEg=
683685
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=

0 commit comments

Comments
 (0)