From ebb758af5533bdce8a29f6147547074fe1a60b48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 16:44:37 +0000 Subject: [PATCH] Bump golang.org/x/oauth2 in /ssfreceiver in the go_modules group Bumps the go_modules group in /ssfreceiver with 1 update: [golang.org/x/oauth2](https://github.com/golang/oauth2). Updates `golang.org/x/oauth2` from 0.33.0 to 0.34.0 - [Commits](https://github.com/golang/oauth2/compare/v0.33.0...v0.34.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go_modules ... Signed-off-by: dependabot[bot] --- ssfreceiver/go.mod | 4 ++-- ssfreceiver/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ssfreceiver/go.mod b/ssfreceiver/go.mod index ac4d89b..ebe258c 100644 --- a/ssfreceiver/go.mod +++ b/ssfreceiver/go.mod @@ -1,10 +1,10 @@ module github.com/sgnl-ai/caep.dev/ssfreceiver -go 1.25 +go 1.25.0 require ( github.com/sgnl-ai/caep.dev/secevent v0.0.0-20241202180510-fa7f08427d5b - golang.org/x/oauth2 v0.33.0 + golang.org/x/oauth2 v0.36.0 ) require ( diff --git a/ssfreceiver/go.sum b/ssfreceiver/go.sum index 6431b12..09bdbce 100644 --- a/ssfreceiver/go.sum +++ b/ssfreceiver/go.sum @@ -32,8 +32,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= golang.org/x/crypto v0.45.0 h1:jMBrvKuj23MTlT0bQEOBcAE0mjg8mK9RXFhRH6nyF3Q= golang.org/x/crypto v0.45.0/go.mod h1:XTGrrkGJve7CYK7J8PEww4aY7gM3qMCElcJQ8n8JdX4= -golang.org/x/oauth2 v0.33.0 h1:4Q+qn+E5z8gPRJfmRy7C2gGG3T4jIprK6aSYgTXGRpo= -golang.org/x/oauth2 v0.33.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA= +golang.org/x/oauth2 v0.36.0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs= +golang.org/x/oauth2 v0.36.0/go.mod h1:YDBUJMTkDnJS+A4BP4eZBjCqtokkg1hODuPjwiGPO7Q= golang.org/x/sys v0.38.0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc= golang.org/x/sys v0.38.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=