Skip to content

Commit 916f5c1

Browse files
[GitHub]: bump golang.org/x/crypto in /adapters/github
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.24.0 to 0.45.0. - [Commits](golang/crypto@v0.24.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c56215 commit 916f5c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

adapters/github/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ovotech/go-sync/adapters/github
22

3-
go 1.23
3+
go 1.24.0
44

55
require (
66
github.com/google/go-github/v47 v47.1.0
@@ -17,6 +17,6 @@ require (
1717
github.com/pmezard/go-difflib v1.0.0 // indirect
1818
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
1919
github.com/stretchr/objx v0.5.2 // indirect
20-
golang.org/x/crypto v0.24.0 // indirect
20+
golang.org/x/crypto v0.45.0 // indirect
2121
gopkg.in/yaml.v3 v3.0.1 // indirect
2222
)

adapters/github/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
2929
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
3030
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
3131
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
32-
golang.org/x/crypto v0.24.0 h1:mnl8DM0o513X8fdIkmyFE/5hTYxbwYOjDS/+rK6qpRI=
33-
golang.org/x/crypto v0.24.0/go.mod h1:Z1PMYSOR5nyMcyAVAIQSKCDwalqy85Aqn1x3Ws4L5DM=
32+
golang.org/x/crypto v0.45.0 h1:jMBrvKuj23MTlT0bQEOBcAE0mjg8mK9RXFhRH6nyF3Q=
33+
golang.org/x/crypto v0.45.0/go.mod h1:XTGrrkGJve7CYK7J8PEww4aY7gM3qMCElcJQ8n8JdX4=
3434
golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs=
3535
golang.org/x/oauth2 v0.21.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
3636
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

0 commit comments

Comments
 (0)