File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/bool64/progress/cmd
33go 1.20
44
55require (
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
Original file line number Diff line number Diff line change 11github.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 =
44github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44 =
55github.com/cespare/xxhash/v2 v2.2.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
66github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
Original file line number Diff line number Diff line change 1+ go 1.20
2+
3+ use ./cmd
You can’t perform that action at this time.
0 commit comments