diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-26 11:47:52 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-26 11:47:52 -0800 |
| commit | b2aa1a23ffd86674d794866c2879e2875e4f15af (patch) | |
| tree | 13bf028414454c2d92b821a33667fda4d4edeb44 /go.mod | |
| parent | 5f993a5f20fd96f8c866d7e09e881156cb510415 (diff) | |
| download | seaweedfs-b2aa1a23ffd86674d794866c2879e2875e4f15af.tar.xz seaweedfs-b2aa1a23ffd86674d794866c2879e2875e4f15af.zip | |
build(deps): bump github.com/arangodb/go-driver from 1.4.0 to 1.4.1 (#4083)
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -141,7 +141,7 @@ require ( require ( github.com/Jille/raft-grpc-transport v1.3.0 - github.com/arangodb/go-driver v1.4.0 + github.com/arangodb/go-driver v1.4.1 github.com/armon/go-metrics v0.4.1 github.com/fluent/fluent-logger-golang v1.9.0 github.com/google/flatbuffers v22.11.23+incompatible @@ -149,6 +149,7 @@ require ( github.com/hashicorp/raft v1.3.11 github.com/hashicorp/raft-boltdb/v2 v2.2.2 github.com/rabbitmq/amqp091-go v1.5.0 + github.com/schollz/progressbar/v3 v3.12.2 github.com/tikv/client-go/v2 v2.0.3 github.com/ydb-platform/ydb-go-sdk-auth-environ v0.1.2 github.com/ydb-platform/ydb-go-sdk/v3 v3.41.0 @@ -194,7 +195,6 @@ 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.14 // indirect @@ -214,8 +214,6 @@ require ( 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 |
