This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/beam-starter-go.git


The following commit(s) were added to refs/heads/main by this push:
     new d976669  Bump golang.org/x/oauth2 from 0.24.0 to 0.27.0 (#49)
d976669 is described below

commit d97666928eee383d0c5704059160b9cb85b771d6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 18 14:48:47 2025 -0400

    Bump golang.org/x/oauth2 from 0.24.0 to 0.27.0 (#49)
    
    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.24.0 
to 0.27.0.
    - [Commits](https://github.com/golang/oauth2/compare/v0.24.0...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-version: 0.27.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 go.mod | 4 ++--
 go.sum | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/go.mod b/go.mod
index f894581..8a28731 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@
 
 module example.com/my_app
 
-go 1.22
+go 1.23.0
 
 require github.com/apache/beam/sdks/v2 v2.62.0
 
@@ -65,7 +65,7 @@ require (
        golang.org/x/crypto v0.31.0 // indirect
        golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
        golang.org/x/net v0.33.0 // indirect
-       golang.org/x/oauth2 v0.24.0 // indirect
+       golang.org/x/oauth2 v0.27.0 // indirect
        golang.org/x/sync v0.10.0 // indirect
        golang.org/x/sys v0.28.0 // indirect
        golang.org/x/text v0.21.0 // indirect
diff --git a/go.sum b/go.sum
index ccd7a23..4362b74 100644
--- a/go.sum
+++ b/go.sum
@@ -216,8 +216,8 @@ golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod 
h1:sp8m0HH+o8qH0wwXwY
 golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
 golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
 golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod 
h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
-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.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
+golang.org/x/oauth2 v0.27.0/go.mod 
h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
 golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod 
h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
 golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod 
h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
 golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod 
h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

Reply via email to