From b1d30f09ab42b69990988aa9133d26ddd65cd6a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 18:36:41 +0000 Subject: [PATCH] chore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.27.0 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] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 725e377..ac153b0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/noopdles/docker_state_exporter -go 1.22 +go 1.23.0 toolchain go1.23.1 @@ -50,7 +50,7 @@ require ( go.opentelemetry.io/otel/trace v1.30.0 // indirect golang.org/x/crypto v0.32.0 // 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.30.0 // indirect golang.org/x/text v0.21.0 // indirect