Skip to content

Commit

Permalink
Merge branch 'master' into collection
Browse files Browse the repository at this point in the history
  • Loading branch information
acabarbaye authored Jan 8, 2025
2 parents c90d196 + 90ffea7 commit b24e159
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions changes/20250108164432.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dependency upgrade: oauth2-0.25.0
1 change: 1 addition & 0 deletions changes/20250108164438.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dependency upgrade: oauth2-0.25.0
1 change: 1 addition & 0 deletions changes/20250108164500.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dependency upgrade: oauth2-0.25.0
1 change: 1 addition & 0 deletions changes/20250108164505.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dependency upgrade: oauth2-0.25.0
1 change: 1 addition & 0 deletions changes/20250108164530.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dependency upgrade: oauth2-0.25.0
1 change: 1 addition & 0 deletions changes/20250108164535.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dependency upgrade: oauth2-0.25.0
1 change: 1 addition & 0 deletions changes/20250108164600.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dependency upgrade: oauth2-0.25.0
1 change: 1 addition & 0 deletions changes/20250108164603.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dependency upgrade: oauth2-0.25.0
2 changes: 1 addition & 1 deletion utils/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ require (
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
golang.org/x/mod v0.17.0
golang.org/x/net v0.34.0
golang.org/x/oauth2 v0.24.0
golang.org/x/oauth2 v0.25.0
golang.org/x/sync v0.10.0
golang.org/x/sys v0.29.0
golang.org/x/text v0.21.0
Expand Down
4 changes: 2 additions & 2 deletions utils/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
golang.org/x/oauth2 v0.24.0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE=
golang.org/x/oauth2 v0.24.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/oauth2 v0.25.0 h1:CY4y7XT9v0cRI9oupztF8AgiIu99L/ksR/Xp/6jrZ70=
golang.org/x/oauth2 v0.25.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand Down

0 comments on commit b24e159

Please sign in to comment.