Skip to content

Commit 158bbc6

Browse files
committed
Fix deps
1 parent b389bb3 commit 158bbc6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

cmd/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/bool64/progress/cmd
33
go 1.20
44

55
require (
6-
github.com/bool64/progress v0.0.0-20230417213147-a7050751b001
6+
github.com/bool64/progress v0.1.0
77
github.com/klauspost/compress v1.16.5
88
github.com/klauspost/pgzip v1.2.5
99
gitlab.com/rackn/seekable-zstd v0.8.1

cmd/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
github.com/bool64/dev v0.2.27 h1:mFT+B74mFVgUeUmm/EbfM6ELPA55lEXBjQ/AOHCwCOc=
2-
github.com/bool64/progress v0.0.0-20230417213147-a7050751b001 h1:2zfj70QDqutFjZHdXranGLkykVAoPXVGqm9hu2S8NYE=
3-
github.com/bool64/progress v0.0.0-20230417213147-a7050751b001/go.mod h1:XwIA2+r2sEKxIRa6TFR0FqD3GHt0wz4dk4IL5CwbuKo=
2+
github.com/bool64/progress v0.1.0 h1:khsGInrTrQMyskfcRTE9gP982koSqKobYFJ977JLxhA=
3+
github.com/bool64/progress v0.1.0/go.mod h1:XwIA2+r2sEKxIRa6TFR0FqD3GHt0wz4dk4IL5CwbuKo=
44
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
55
github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
66
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=

go.work

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
go 1.20
2+
3+
use ./cmd

0 commit comments

Comments
 (0)