Skip to content

Commit f3360f4

Browse files
authored
Merge pull request #185 from shurco/dependabot/go_modules/golang.org/x/crypto-0.35.0
🔧 build(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0
2 parents 4ef775c + 394be09 commit f3360f4

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

go.mod

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
module github.com/shurco/litecart
22

33
go 1.22.0
4-
5-
toolchain go1.22.5
4+
toolchain go1.23.6
65

76
require (
87
github.com/disintegration/imaging v1.6.2
@@ -19,7 +18,7 @@ require (
1918
github.com/spf13/cobra v1.9.1
2019
github.com/stretchr/testify v1.10.0
2120
github.com/xhit/go-simple-mail/v2 v2.16.0
22-
golang.org/x/crypto v0.33.0
21+
golang.org/x/crypto v0.35.0
2322
modernc.org/sqlite v1.35.0
2423
)
2524

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZ
9393
github.com/xyproto/randomstring v1.0.5/go.mod h1:rgmS5DeNXLivK7YprL0pY+lTuhNQW3iGxZ18UQApw/E=
9494
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
9595
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
96-
golang.org/x/crypto v0.33.0 h1:IOBPskki6Lysi0lo9qQvbxiQ+FvsCC/YWOecCHAixus=
97-
golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M=
96+
golang.org/x/crypto v0.35.0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs=
97+
golang.org/x/crypto v0.35.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ=
9898
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c h1:7dEasQXItcW1xKJ2+gg5VOiBnqWrJc+rq0DPKyvvdbY=
9999
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c/go.mod h1:NQtJDoLvd6faHhE7m4T/1IY708gDefGGjR/iUW8yQQ8=
100100
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=

0 commit comments

Comments
 (0)