aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-08-02 11:46:48 -0700
committerGitHub <noreply@github.com>2021-08-02 11:46:48 -0700
commit0ca641f33ca334eb6bb6004806054510918372ab (patch)
tree72c8cac450dc37b67a9155ffbcd3e2bd0af163c0 /go.mod
parent2ae9705442b513af60e26c786c612867ea36015d (diff)
parentbdc7730fdb160ea59efa72ff946cd329d5e1c59f (diff)
downloadseaweedfs-0ca641f33ca334eb6bb6004806054510918372ab.tar.xz
seaweedfs-0ca641f33ca334eb6bb6004806054510918372ab.zip
Merge pull request #2232 from combineads/master
Add autocomplete
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 53188faf2..8fdbf5f60 100644
--- a/go.mod
+++ b/go.mod
@@ -90,6 +90,7 @@ require (
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
gopkg.in/jcmturner/gokrb5.v7 v7.3.0 // indirect
modernc.org/sqlite v1.10.7
+ github.com/posener/complete v1.2.3
)
// replace github.com/seaweedfs/fuse => /Users/chris/go/src/github.com/seaweedfs/fuse