diff options
| author | a <a@tuxpa.in> | 2022-03-28 17:14:49 +0000 |
|---|---|---|
| committer | a <a@tuxpa.in> | 2022-03-28 17:14:49 +0000 |
| commit | 6701ac3a61a052a1f29b4a3fe852d53d7375845a (patch) | |
| tree | d579c3a5de8207db9d01794afab384da9f1afa51 /go.mod | |
| parent | 391170c3f42f913386f2ac1986ccab5807fe152d (diff) | |
| download | seaweedfs-6701ac3a61a052a1f29b4a3fe852d53d7375845a.tar.xz seaweedfs-6701ac3a61a052a1f29b4a3fe852d53d7375845a.zip | |
Merge branch 'chrislusf-master' into a
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,6 +155,7 @@ require ( ) require ( + github.com/arangodb/go-driver v1.2.1 github.com/fluent/fluent-logger-golang v1.8.0 github.com/hanwen/go-fuse/v2 v2.1.0 ) @@ -163,7 +164,6 @@ require ( cloud.google.com/go/compute v1.5.0 // indirect cloud.google.com/go/iam v0.1.1 // indirect github.com/DataDog/zstd v1.3.6-0.20190409195224-796139022798 // indirect - github.com/arangodb/go-driver v1.2.1 // indirect github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e // indirect github.com/aws/aws-sdk-go-v2 v1.9.0 // indirect github.com/aws/aws-sdk-go-v2/config v1.7.0 // indirect |
