File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ module github.com/agilepathway/label-checker
2
2
3
3
// major and minor version only - don't specify at patch level (e.g. don't put 1.14.7)
4
4
go 1.23
5
+ toolchain go1.24.1
5
6
6
7
require (
7
8
github.com/shurcooL/githubv4 v0.0.0-20230704064427-599ae7bbf278
8
- golang.org/x/oauth2 v0.26 .0
9
+ golang.org/x/oauth2 v0.30 .0
9
10
)
10
11
11
12
require github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
Original file line number Diff line number Diff line change 1
- github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
2
- github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
3
1
github.com/shurcooL/githubv4 v0.0.0-20230704064427-599ae7bbf278 h1:kdEGVAV4sO46DPtb8k793jiecUEhaX9ixoIBt41HEGU =
4
2
github.com/shurcooL/githubv4 v0.0.0-20230704064427-599ae7bbf278 /go.mod h1:zqMwyHmnN/eDOZOdiTohqIUKUrTFX62PNlu7IJdu0q8 =
5
3
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 h1:17JxqqJY66GmZVHkmAsGEkcIu0oCe3AM420QDgGwZx0 =
6
4
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 /go.mod h1:9dIRpgIY7hVhoqfe0/FcYp0bpInZaT7dc3BYOprrIUE =
7
- golang.org/x/oauth2 v0.26 .0 h1:afQXWNNaeC4nvZ0Ed9XvCCzXM6UHJG7iCg0W4fPqSBE =
8
- golang.org/x/oauth2 v0.26 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
5
+ golang.org/x/oauth2 v0.30 .0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI =
6
+ golang.org/x/oauth2 v0.30 .0 /go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU =
You can’t perform that action at this time.
0 commit comments