diff options
| author | henry <zhanggm@sugon.com> | 2021-01-04 14:50:01 +0800 |
|---|---|---|
| committer | henry <zhanggm@sugon.com> | 2021-01-04 14:50:01 +0800 |
| commit | 97a94eddab407219faf6b5a5f809057cde331eaa (patch) | |
| tree | f0f2111f812daa43dca31218bfa62f3f53ee7bd4 /go.mod | |
| parent | 14ddd155082a455542a992220d6c61e658420c6b (diff) | |
| parent | 2ce86f308ea4836cf534e50dc1388932253b5cd5 (diff) | |
| download | seaweedfs-97a94eddab407219faf6b5a5f809057cde331eaa.tar.xz seaweedfs-97a94eddab407219faf6b5a5f809057cde331eaa.zip | |
Merge branch 'master' of https://github.com/fuyouyshengwu/seaweedfs
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,7 @@ require ( github.com/aws/aws-sdk-go v1.33.5 github.com/buraksezer/consistent v0.0.0-20191006190839-693edf70fd72 github.com/cespare/xxhash v1.1.0 - github.com/chrislusf/raft v1.0.3 + github.com/chrislusf/raft v1.0.4 github.com/coreos/go-semver v0.3.0 // indirect github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/disintegration/imaging v1.6.2 @@ -66,6 +66,7 @@ require ( github.com/spf13/viper v1.4.0 github.com/stretchr/testify v1.6.1 github.com/syndtr/goleveldb v1.0.0 + github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c github.com/tidwall/gjson v1.3.2 github.com/tidwall/match v1.0.1 github.com/tsuna/gohbase v0.0.0-20201125011725-348991136365 |
