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 @@ -18,6 +18,8 @@ golang.org/x/exp v0.0.0-20250207012021-f9890c6ad9f3 h1:qNgPs5exUA+G0C96DrPwNrvLS
18
18
golang.org/x/exp v0.0.0-20250207012021-f9890c6ad9f3 /go.mod h1:tujkw807nyEEAamNbDrEGzRav+ilXA7PCRAd6xsmwiU =
19
19
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac h1:l5+whBCLH3iH2ZNHYLbAe58bo7yrN4mVcnkHDYz5vvs =
20
20
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac /go.mod h1:hH+7mtFmImwwcMvScyxUhjuVHR3HGaDPMn9rMSUUbxo =
21
+ golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa h1:t2QcU6V556bFjYgu4L6C+6VrCPyJZ+eyRsABUPs1mz4 =
22
+ golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa /go.mod h1:BHOTPb3L19zxehTsLoJXVaTktb06DFgmdW6Wb9s8jqk =
21
23
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
22
24
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
23
25
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
You can’t perform that action at this time.
0 commit comments