|
@ -27,11 +27,12 @@ require ( |
|
|
github.com/go-errors/errors v1.1.1 // indirect |
|
|
github.com/go-errors/errors v1.1.1 // indirect |
|
|
github.com/go-redis/redis/v8 v8.4.4 |
|
|
github.com/go-redis/redis/v8 v8.4.4 |
|
|
github.com/go-sql-driver/mysql v1.5.0 |
|
|
github.com/go-sql-driver/mysql v1.5.0 |
|
|
github.com/gocql/gocql v0.0.0-20190829130954-e163eff7a8c6 |
|
|
|
|
|
|
|
|
github.com/gocql/gocql v0.0.0-20210707082121-9a3953d1826d |
|
|
github.com/gogo/protobuf v1.2.2-0.20190730201129-28a6bbf47e48 // indirect |
|
|
github.com/gogo/protobuf v1.2.2-0.20190730201129-28a6bbf47e48 // indirect |
|
|
github.com/golang-jwt/jwt v3.2.1+incompatible |
|
|
github.com/golang-jwt/jwt v3.2.1+incompatible |
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e |
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e |
|
|
github.com/golang/protobuf v1.4.3 |
|
|
github.com/golang/protobuf v1.4.3 |
|
|
|
|
|
github.com/golang/snappy v0.0.4 // indirect |
|
|
github.com/google/btree v1.0.0 |
|
|
github.com/google/btree v1.0.0 |
|
|
github.com/google/uuid v1.1.1 |
|
|
github.com/google/uuid v1.1.1 |
|
|
github.com/gorilla/mux v1.7.4 |
|
|
github.com/gorilla/mux v1.7.4 |
|
@ -53,6 +54,7 @@ require ( |
|
|
github.com/olivere/elastic/v7 v7.0.19 |
|
|
github.com/olivere/elastic/v7 v7.0.19 |
|
|
github.com/peterh/liner v1.1.0 |
|
|
github.com/peterh/liner v1.1.0 |
|
|
github.com/pierrec/lz4 v2.2.7+incompatible // indirect |
|
|
github.com/pierrec/lz4 v2.2.7+incompatible // indirect |
|
|
|
|
|
github.com/posener/complete v1.2.3 |
|
|
github.com/pquerna/cachecontrol v0.1.0 |
|
|
github.com/pquerna/cachecontrol v0.1.0 |
|
|
github.com/prometheus/client_golang v1.11.0 |
|
|
github.com/prometheus/client_golang v1.11.0 |
|
|
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect |
|
|
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect |
|
@ -90,7 +92,6 @@ require ( |
|
|
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect |
|
|
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect |
|
|
gopkg.in/jcmturner/gokrb5.v7 v7.3.0 // indirect |
|
|
gopkg.in/jcmturner/gokrb5.v7 v7.3.0 // indirect |
|
|
modernc.org/sqlite v1.10.7 |
|
|
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 |
|
|
// replace github.com/seaweedfs/fuse => /Users/chris/go/src/github.com/seaweedfs/fuse |
|
|