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 github.com/icedream/go-bsdiff
2
2
3
- go 1.18
3
+ go 1.21
4
+
5
+ toolchain go1.24.1
4
6
5
7
require (
6
8
github.com/alecthomas/kingpin/v2 v2.4.0
7
9
github.com/dsnet/compress v0.0.1
8
10
github.com/stretchr/testify v1.10.0
9
- gotest.tools/gotestsum v1.12.0
11
+ gotest.tools/gotestsum v1.12.1
10
12
)
11
13
12
14
require (
Original file line number Diff line number Diff line change @@ -137,5 +137,7 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
137
137
gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
138
138
gotest.tools/gotestsum v1.12.0 h1:CmwtaGDkHxrZm4Ib0Vob89MTfpc3GrEFMJKovliPwGk =
139
139
gotest.tools/gotestsum v1.12.0 /go.mod h1:fAvqkSptospfSbQw26CTYzNwnsE/ztqLeyhP0h67ARY =
140
+ gotest.tools/gotestsum v1.12.1 h1:dvcxFBTFR1QsQmrCQa4k/vDXow9altdYz4CjdW+XeBE =
141
+ gotest.tools/gotestsum v1.12.1 /go.mod h1:mwDmLbx9DIvr09dnAoGgQPLaSXszNpXpWo2bsQge5BE =
140
142
gotest.tools/v3 v3.5.1 h1:EENdUnS3pdur5nybKYIh2Vfgc8IUNBjxDPSjtiJcOzU =
141
143
gotest.tools/v3 v3.5.1 /go.mod h1:isy3WKz7GK6uNw/sbHzfKBLvlvXwUyV06n6brMxxopU =
You can’t perform that action at this time.
0 commit comments