这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.12.7-stretch
FROM golang:1.13.0-stretch

ARG VERSION

Expand Down
59 changes: 20 additions & 39 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,66 +1,47 @@
module github.com/mosuka/blast

go 1.12
go 1.13

require (
cloud.google.com/go v0.44.3 // indirect
github.com/blevesearch/bleve v0.7.0
github.com/blevesearch/blevex v0.0.0-20180227211930-4b158bb555a3 // indirect
github.com/blevesearch/bleve v0.8.0
github.com/blevesearch/blevex v0.0.0-20190916190636-152f0fe5c040 // indirect
github.com/blevesearch/cld2 v0.0.0-20150916130542-10f17c049ec9 // indirect
github.com/blevesearch/snowballstem v0.0.0-20180110192139-26b06a2c243d // indirect
github.com/couchbase/ghistogram v0.0.0-20170308220240-d910dd063dd6 // indirect
github.com/couchbase/moss v0.0.0-20190322010551-a0cae174c498 // indirect
github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect
github.com/dgryski/go-farm v0.0.0-20190323231341-8198c7b169ec // indirect
github.com/etcd-io/bbolt v1.3.3 // indirect
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
github.com/gogo/protobuf v1.1.1
github.com/gogo/protobuf v1.3.0
github.com/golang/protobuf v1.3.2
github.com/google/go-cmp v0.3.1
github.com/google/pprof v0.0.0-20190723021845-34ac40c74b70 // indirect
github.com/gorilla/mux v1.7.0
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/gorilla/mux v1.7.3
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.9.6
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/hashicorp/raft v1.1.0
github.com/grpc-ecosystem/grpc-gateway v1.11.1
github.com/hashicorp/raft v1.1.1
github.com/hashicorp/raft-boltdb v0.0.0-20190605210249-ef2e128ed477
github.com/ikawaha/kagome.ipadic v1.0.1 // indirect
github.com/ikawaha/kagome.ipadic v1.1.0 // indirect
github.com/imdario/mergo v0.3.7
github.com/jmhodges/levigo v1.0.0 // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/markthethomas/raft-badger v0.0.0-20190420151455-b37d14e77a69
github.com/mash/go-accesslog v0.0.0-20180522074327-610c2be04217
github.com/mosuka/bbadger v0.0.0-20190319122948-67a91aedfe68
github.com/mosuka/bbadger v0.1.0
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
github.com/prometheus/common v0.2.0 // indirect
github.com/prometheus/procfs v0.0.0-20190322151404-55ae3d9d5573 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 // indirect
github.com/rogpeppe/fastuuid v1.2.0 // indirect
github.com/rogpeppe/go-internal v1.3.1 // indirect
github.com/stretchr/objx v0.1.1
github.com/prometheus/client_golang v1.1.0
github.com/remyoudompheng/bigfft v0.0.0-20190728182440-6a916e37a237 // indirect
github.com/stretchr/objx v0.2.0
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/tebeka/snowball v0.0.0-20130405174319-16e884df4e19 // indirect
github.com/tecbot/gorocksdb v0.0.0-20181010114359-8752a9433481 // indirect
github.com/urfave/cli v1.20.0
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
github.com/tebeka/snowball v0.3.0 // indirect
github.com/tecbot/gorocksdb v0.0.0-20190705090504-162552197222 // indirect
github.com/urfave/cli v1.22.1
go.etcd.io/bbolt v1.3.3 // indirect
go.uber.org/zap v1.10.0
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 // indirect
golang.org/x/image v0.0.0-20190823064033-3a9bac650e44 // indirect
golang.org/x/mobile v0.0.0-20190826170111-cafc553e1ac5 // indirect
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456 // indirect
golang.org/x/tools v0.0.0-20190827205025-b29f5f60c37a // indirect
google.golang.org/api v0.9.0 // indirect
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55
google.golang.org/grpc v1.23.0
google.golang.org/genproto v0.0.0-20190916214212-f660b8655731
google.golang.org/grpc v1.23.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.2.2
honnef.co/go/tools v0.0.1-2019.2.2 // indirect
)
Loading