File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
module gon.cl/algorithms
2
2
3
- go 1.22.0
3
+ go 1.23.0
4
+
5
+ toolchain go1.24.0
4
6
5
7
require (
6
8
github.com/stretchr/testify v1.10.0
7
9
go.uber.org/zap v1.27.0
8
- golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac
10
+ golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa
9
11
)
10
12
11
13
require (
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
12
12
go.uber.org/zap v1.27.0 /go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E =
13
13
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac h1:l5+whBCLH3iH2ZNHYLbAe58bo7yrN4mVcnkHDYz5vvs =
14
14
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac /go.mod h1:hH+7mtFmImwwcMvScyxUhjuVHR3HGaDPMn9rMSUUbxo =
15
+ golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa h1:t2QcU6V556bFjYgu4L6C+6VrCPyJZ+eyRsABUPs1mz4 =
16
+ golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa /go.mod h1:BHOTPb3L19zxehTsLoJXVaTktb06DFgmdW6Wb9s8jqk =
15
17
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
16
18
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
17
19
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
You can’t perform that action at this time.
0 commit comments