Skip to content

Commit ee19d9c

Browse files
committed
Update module github.com/dsnet/compress to v0.0.1
1 parent bba31c3 commit ee19d9c

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

go.mod

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
module github.com/icedream/go-bsdiff
22

3+
go 1.18
4+
5+
require (
6+
github.com/dsnet/compress v0.0.1
7+
gopkg.in/alecthomas/kingpin.v2 v2.2.6
8+
)
9+
310
require (
411
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
512
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
613
github.com/davecgh/go-spew v1.1.1 // indirect
7-
github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76
14+
github.com/dsnet/golib v0.0.0-20171103203638-1ea166775780 // indirect
15+
github.com/klauspost/compress v1.4.1 // indirect
16+
github.com/klauspost/cpuid v1.2.0 // indirect
817
github.com/pmezard/go-difflib v1.0.0 // indirect
918
github.com/stretchr/testify v1.2.2 // indirect
10-
gopkg.in/alecthomas/kingpin.v2 v2.2.6
19+
github.com/ulikunitz/xz v0.5.6 // indirect
1120
)

go.sum

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
66
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
77
github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76 h1:eX+pdPPlD279OWgdx7f6KqIRSONuK7egk+jDx7OM3Ac=
88
github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76/go.mod h1:KjxHHirfLaw19iGT70HvVjHQsL1vq1SRQB4yOsAfy2s=
9+
github.com/dsnet/compress v0.0.1 h1:PlZu0n3Tuv04TzpfPbrnI0HW/YwodEXDS+oPKahKF0Q=
10+
github.com/dsnet/compress v0.0.1/go.mod h1:Aw8dCMJ7RioblQeTqt88akK31OvO8Dhf5JflhBbQEHo=
11+
github.com/dsnet/golib v0.0.0-20171103203638-1ea166775780/go.mod h1:Lj+Z9rebOhdfkVLjJ8T6VcRQv3SXugXy999NBtR9aFY=
12+
github.com/klauspost/compress v1.4.1/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A=
13+
github.com/klauspost/cpuid v1.2.0/go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgoMS4s3ek=
914
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
1015
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
1116
github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w=
1217
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
18+
github.com/ulikunitz/xz v0.5.6/go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8=
1319
gopkg.in/alecthomas/kingpin.v2 v2.2.6 h1:jMFz6MfLP0/4fUyZle81rXUoxOBFi19VUFKVDOQfozc=
1420
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=

0 commit comments

Comments
 (0)