From 2e1da32443991a1dc7d396a9224f0933c5d15835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 09:47:50 +0000 Subject: [PATCH] [GitHub]: bump golang.org/x/crypto Bumps the go_modules group in /adapters/github with 1 update: [golang.org/x/crypto](https://github.com/golang/crypto). Updates `golang.org/x/crypto` from 0.24.0 to 0.35.0 - [Commits](https://github.com/golang/crypto/compare/v0.24.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.35.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] --- adapters/github/go.mod | 4 ++-- adapters/github/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/adapters/github/go.mod b/adapters/github/go.mod index 3dadab4..d74f715 100644 --- a/adapters/github/go.mod +++ b/adapters/github/go.mod @@ -1,6 +1,6 @@ module github.com/ovotech/go-sync/adapters/github -go 1.23 +go 1.23.0 require ( github.com/google/go-github/v47 v47.1.0 @@ -17,6 +17,6 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect github.com/stretchr/objx v0.5.2 // indirect - golang.org/x/crypto v0.24.0 // indirect + golang.org/x/crypto v0.35.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/adapters/github/go.sum b/adapters/github/go.sum index cef4eef..570aefa 100644 --- a/adapters/github/go.sum +++ b/adapters/github/go.sum @@ -29,8 +29,8 @@ github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY= github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -golang.org/x/crypto v0.24.0 h1:mnl8DM0o513X8fdIkmyFE/5hTYxbwYOjDS/+rK6qpRI= -golang.org/x/crypto v0.24.0/go.mod h1:Z1PMYSOR5nyMcyAVAIQSKCDwalqy85Aqn1x3Ws4L5DM= +golang.org/x/crypto v0.35.0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs= +golang.org/x/crypto v0.35.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ= golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs= golang.org/x/oauth2 v0.21.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=