-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (23 loc) · 949 Bytes
/
go.mod
File metadata and controls
25 lines (23 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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/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/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
gopkg.in/validator.v2 v2.0.0-20191107172027-c3144fdedc21
)