diff options
| author | chrislu <chris.lu@gmail.com> | 2022-12-20 19:47:21 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-12-20 19:47:21 -0800 |
| commit | 6ede19e8257205fa72c6da46bf74382ada44b6be (patch) | |
| tree | 73ab886ab3965927501ad5a6f3feb1134c4d3ac6 /go.mod | |
| parent | f7beba8515ddfc138f7d068207baa0765c03ec0c (diff) | |
| download | seaweedfs-6ede19e8257205fa72c6da46bf74382ada44b6be.tar.xz seaweedfs-6ede19e8257205fa72c6da46bf74382ada44b6be.zip | |
add a simple file replication progress bar
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -194,10 +194,12 @@ require ( github.com/jcmturner/rpc/v2 v2.0.3 // indirect github.com/jonboulle/clockwork v0.2.2 // indirect github.com/josharian/intern v1.0.0 // indirect + github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213 // indirect github.com/klauspost/cpuid/v2 v2.1.1 // indirect github.com/mattn/go-colorable v0.1.13 // indirect - github.com/mattn/go-runewidth v0.0.7 // indirect + github.com/mattn/go-runewidth v0.0.14 // indirect github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect + github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect github.com/montanaflynn/stats v0.6.6 // indirect github.com/nats-io/nats.go v1.16.0 // indirect github.com/nats-io/nkeys v0.3.0 // indirect @@ -210,7 +212,10 @@ require ( github.com/pingcap/failpoint v0.0.0-20210918120811-547c13e3eb00 // indirect github.com/pingcap/kvproto v0.0.0-20221129023506-621ec37aac7a // indirect github.com/pingcap/log v1.1.1-0.20221015072633-39906604fb81 // indirect + github.com/rivo/uniseg v0.4.3 // indirect github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // indirect + github.com/schollz/progressbar v1.0.0 // indirect + github.com/schollz/progressbar/v3 v3.12.2 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/stathat/consistent v1.0.0 // indirect github.com/subosito/gotenv v1.4.1 // indirect @@ -228,6 +233,7 @@ require ( go.uber.org/multierr v1.8.0 // indirect go.uber.org/zap v1.22.0 // indirect golang.org/x/mod v0.7.0 // indirect + golang.org/x/term v0.3.0 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect |
