Skip to content

Commit 02efcb1

Browse files
Update module gotest.tools/gotestsum to v1.12.1
1 parent b3e3cab commit 02efcb1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
module github.com/icedream/go-bsdiff
22

3-
go 1.18
3+
go 1.21
4+
5+
toolchain go1.24.1
46

57
require (
68
github.com/alecthomas/kingpin/v2 v2.4.0
79
github.com/dsnet/compress v0.0.1
810
github.com/stretchr/testify v1.10.0
9-
gotest.tools/gotestsum v1.11.0
11+
gotest.tools/gotestsum v1.12.1
1012
)
1113

1214
require (

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ gotest.tools/gotestsum v1.11.0 h1:A88/QWw7acMjZH1dMe6KZFhw32odUOIjCiAU/Q4n3mI=
158158
gotest.tools/gotestsum v1.11.0/go.mod h1:cUOKgFEvWAP0twchmiOvdzX0SBZX0UI58bGRpRIu4xs=
159159
gotest.tools/gotestsum v1.12.0 h1:CmwtaGDkHxrZm4Ib0Vob89MTfpc3GrEFMJKovliPwGk=
160160
gotest.tools/gotestsum v1.12.0/go.mod h1:fAvqkSptospfSbQw26CTYzNwnsE/ztqLeyhP0h67ARY=
161+
gotest.tools/gotestsum v1.12.1 h1:dvcxFBTFR1QsQmrCQa4k/vDXow9altdYz4CjdW+XeBE=
162+
gotest.tools/gotestsum v1.12.1/go.mod h1:mwDmLbx9DIvr09dnAoGgQPLaSXszNpXpWo2bsQge5BE=
161163
gotest.tools/v3 v3.3.0 h1:MfDY1b1/0xN1CyMlQDac0ziEy9zJQd9CXBRRDHw2jJo=
162164
gotest.tools/v3 v3.3.0/go.mod h1:Mcr9QNxkg0uMvy/YElmo4SpXgJKWgQvYrT7Kw5RzJ1A=
163165
gotest.tools/v3 v3.5.1 h1:EENdUnS3pdur5nybKYIh2Vfgc8IUNBjxDPSjtiJcOzU=

0 commit comments

Comments
 (0)