File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/shurco/litecart
2
2
3
3
go 1.22.0
4
-
5
- toolchain go1.22.5
4
+ toolchain go1.23.6
6
5
7
6
require (
8
7
github.com/disintegration/imaging v1.6.2
@@ -19,7 +18,7 @@ require (
19
18
github.com/spf13/cobra v1.9.1
20
19
github.com/stretchr/testify v1.10.0
21
20
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
23
22
modernc.org/sqlite v1.35.0
24
23
)
25
24
Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZ
93
93
github.com/xyproto/randomstring v1.0.5 /go.mod h1:rgmS5DeNXLivK7YprL0pY+lTuhNQW3iGxZ18UQApw/E =
94
94
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0 =
95
95
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 =
98
98
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c h1:7dEasQXItcW1xKJ2+gg5VOiBnqWrJc+rq0DPKyvvdbY =
99
99
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c /go.mod h1:NQtJDoLvd6faHhE7m4T/1IY708gDefGGjR/iUW8yQQ8 =
100
100
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 /go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0 =
You can’t perform that action at this time.
0 commit comments