Skip to content

Commit a60ac87

Browse files
committed
update go deps
Signed-off-by: Taylor Silva <dev@taydev.net>
1 parent 04a6f63 commit a60ac87

2 files changed

Lines changed: 30 additions & 366 deletions

File tree

go.mod

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,26 @@ require (
1212
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
1313
github.com/onsi/ginkgo/v2 v2.23.0
1414
github.com/onsi/gomega v1.36.2
15-
github.com/shurcooL/githubv4 v0.0.0-20210922025249-6831e00d857f
16-
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
15+
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
16+
golang.org/x/oauth2 v0.30.0
1717
)
1818

1919
require (
2020
github.com/go-logr/logr v1.4.2 // indirect
2121
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
22-
github.com/golang/protobuf v1.5.2 // indirect
2322
github.com/google/go-cmp v0.6.0 // indirect
2423
github.com/google/go-querystring v1.1.0 // indirect
2524
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
2625
github.com/kr/pretty v0.2.1 // indirect
2726
github.com/nxadm/tail v1.4.5 // indirect
2827
github.com/onsi/ginkgo v1.14.2 // indirect
29-
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
30-
golang.org/x/mod v0.23.0 // indirect
31-
golang.org/x/net v0.38.0 // indirect
32-
golang.org/x/sync v0.12.0 // indirect
33-
golang.org/x/sys v0.31.0 // indirect
34-
golang.org/x/text v0.23.0 // indirect
35-
golang.org/x/tools v0.30.0 // indirect
36-
google.golang.org/appengine v1.6.7 // indirect
37-
google.golang.org/protobuf v1.36.1 // indirect
28+
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
29+
golang.org/x/mod v0.24.0 // indirect
30+
golang.org/x/net v0.40.0 // indirect
31+
golang.org/x/sync v0.14.0 // indirect
32+
golang.org/x/sys v0.33.0 // indirect
33+
golang.org/x/text v0.25.0 // indirect
34+
golang.org/x/tools v0.33.0 // indirect
35+
google.golang.org/protobuf v1.36.6 // indirect
3836
gopkg.in/yaml.v3 v3.0.1 // indirect
3937
)

0 commit comments

Comments
 (0)