Skip to content

Commit 58abd3a

Browse files
authored
Merge pull request #2 from mvrpl/dependabot/go_modules/golang.org/x/crypto-0.35.0
Bump golang.org/x/crypto from 0.31.0 to 0.35.0
2 parents c9002c7 + 0a02da7 commit 58abd3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24
55
require (
66
github.com/mattn/go-sqlite3 v1.14.22
77
go.mongodb.org/mongo-driver v1.15.0
8-
golang.org/x/text v0.21.0
8+
golang.org/x/text v0.22.0
99
)
1010

1111
require (
@@ -17,6 +17,6 @@ require (
1717
github.com/xdg-go/scram v1.1.2 // indirect
1818
github.com/xdg-go/stringprep v1.0.4 // indirect
1919
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
20-
golang.org/x/crypto v0.31.0 // indirect
21-
golang.org/x/sync v0.10.0 // indirect
20+
golang.org/x/crypto v0.35.0 // indirect
21+
golang.org/x/sync v0.11.0 // indirect
2222
)

0 commit comments

Comments
 (0)