diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-10-04 02:27:24 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-10-04 02:27:24 -0700 |
| commit | 8c8b8e2835801992ecd75349281637ed8ecb88cd (patch) | |
| tree | fc22104e5b6b0ddd3c41ab02a72b2428130c2363 | |
| parent | d522df0ecd162b414781eb8c0da119f90599107c (diff) | |
| download | seaweedfs-8c8b8e2835801992ecd75349281637ed8ecb88cd.tar.xz seaweedfs-8c8b8e2835801992ecd75349281637ed8ecb88cd.zip | |
adjust go module
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ require ( github.com/go-sql-driver/mysql v1.5.0 github.com/gocql/gocql v0.0.0-20190829130954-e163eff7a8c6 github.com/gogo/protobuf v1.2.2-0.20190730201129-28a6bbf47e48 // indirect + github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 github.com/golang/protobuf v1.4.2 github.com/google/btree v1.0.0 github.com/google/uuid v1.1.1 |
