+6
−6
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -6,23 +6,23 @@ require ( | ||
cloud.google.com/go v0.45.1 // indirect
|
||
contrib.go.opencensus.io/exporter/prometheus v0.1.0
|
||
contrib.go.opencensus.io/exporter/stackdriver v0.12.7
|
||
github.com/RoaringBitmap/roaring v0.4.18 // indirect
|
||
github.com/RoaringBitmap/roaring v0.4.20 // indirect
|
||
github.com/aws/aws-sdk-go v1.23.16 // indirect
|
||
github.com/blevesearch/bleve v0.0.0-20190613153557-26d2099fa968
|
||
github.com/blevesearch/bleve v0.8.1-0.20190826155422-1626176d5505
|
||
github.com/blevesearch/blevex v0.0.0-20180227211930-4b158bb555a3 // indirect
|
||
github.com/blevesearch/go-porterstemmer v1.0.2 // indirect
|
||
github.com/blevesearch/segment v0.0.0-20160915185041-762005e7a34f // indirect
|
||
github.com/cockroachdb/apd v1.1.0 // indirect
|
||
github.com/couchbase/vellum v0.0.0-20190610201045-ec7b775d247f // indirect
|
||
github.com/couchbase/vellum v0.0.0-20190829182332-ef2e028c01fd // 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/dgrijalva/jwt-go v3.2.1-0.20190620180102-5e25c22bd5d6+incompatible
|
||
github.com/edsrzf/mmap-go v1.0.0 // 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/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a // indirect
|
||
github.com/go-sql-driver/mysql v1.4.1 // indirect
|
||
github.com/go-yaml/yaml v2.1.0+incompatible
|
||
github.com/gobuffalo/packr v1.30.1
|
||
| @@ -36,7 +36,7 @@ require ( | ||
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
|
||
github.com/jackc/pgx v3.5.0+incompatible
|
||
github.com/jmhodges/levigo v1.0.0 // indirect
|
||
github.com/lib/pq v1.1.1 // indirect
|
||
github.com/lib/pq v1.2.0 // indirect
|
||
github.com/mattn/go-sqlite3 v1.10.0 // indirect
|
||
github.com/pkg/errors v0.8.1
|
||
github.com/remyoudompheng/bigfft v0.0.0-20190512091148-babf20351dd7 // indirect
|
||
| @@ -57,7 +57,7 @@ require ( | ||
go.uber.org/zap v1.10.0
|
||
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472
|
||
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
|
||
golang.org/x/sys v0.0.0-20190904154756-749cb33beabd // indirect
|
||
golang.org/x/sys v0.0.0-20190919044723-0c1ff786ef13 // indirect
|
||
google.golang.org/api v0.10.0 // indirect
|
||
google.golang.org/appengine v1.6.2 // indirect
|
||
google.golang.org/genproto v0.0.0-20190905072037-92dd089d5514
|
||
+13
−10
+20
−0
Loading