diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-08-02 11:46:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-02 11:46:48 -0700 |
| commit | 0ca641f33ca334eb6bb6004806054510918372ab (patch) | |
| tree | 72c8cac450dc37b67a9155ffbcd3e2bd0af163c0 /go.mod | |
| parent | 2ae9705442b513af60e26c786c612867ea36015d (diff) | |
| parent | bdc7730fdb160ea59efa72ff946cd329d5e1c59f (diff) | |
| download | seaweedfs-0ca641f33ca334eb6bb6004806054510918372ab.tar.xz seaweedfs-0ca641f33ca334eb6bb6004806054510918372ab.zip | |
Merge pull request #2232 from combineads/master
Add autocomplete
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
