Skip to content
Closed
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
11 changes: 3 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,18 @@ module github.com/codingpeasant/blocace
go 1.13

require (
github.com/RoaringBitmap/roaring v0.4.21 // indirect
github.com/blevesearch/bleve v0.8.1
github.com/blevesearch/go-porterstemmer v1.0.2 // indirect
github.com/blevesearch/segment v0.0.0-20160915185041-762005e7a34f // indirect
github.com/blevesearch/bleve v1.0.14
github.com/boltdb/bolt v1.3.1
github.com/couchbase/vellum v0.0.0-20190829182332-ef2e028c01fd // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/etcd-io/bbolt v1.3.3 // indirect
github.com/ethereum/go-ethereum v1.9.10
github.com/ethereum/go-ethereum v1.9.25
github.com/gorilla/mux v1.7.3
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/perlin-network/noise v1.1.3
github.com/rs/cors v1.7.0
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.4.2
github.com/steveyen/gtreap v0.0.0-20150807155958-0abe01ef9be2 // indirect
github.com/thoas/go-funk v0.5.0
github.com/urfave/cli v1.22.2
go.etcd.io/bbolt v1.3.6 // indirect
gopkg.in/validator.v2 v2.0.0-20191107172027-c3144fdedc21
)
Loading