Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 5f225a9

Browse files
Update module golang.org/x/oauth2 to v0.22.0
1 parent 979f429 commit 5f225a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Blueprint-ui/Kanister Examples/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21.1
44

55
require (
66
github.com/google/go-github/v37 v37.0.0
7-
golang.org/x/oauth2 v0.12.0
7+
golang.org/x/oauth2 v0.22.0
88
gopkg.in/yaml.v2 v2.4.0
99
)
1010

Blueprint-ui/Kanister Examples/go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
2828
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
2929
golang.org/x/oauth2 v0.12.0 h1:smVPGxink+n1ZI5pkQa8y6fZT0RW0MgCO5bFpepy4B4=
3030
golang.org/x/oauth2 v0.12.0/go.mod h1:A74bZ3aGXgCY0qaIC9Ahg6Lglin4AMAco8cIv9baba4=
31+
golang.org/x/oauth2 v0.22.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
3132
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
3233
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
3334
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 commit comments

Comments
 (0)