forked from iden3/go-iden3-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (36 loc) · 1.61 KB
/
go.mod
File metadata and controls
38 lines (36 loc) · 1.61 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/iden3/go-iden3-core
go 1.12
require (
github.com/allegro/bigcache v1.2.1 // indirect
github.com/appleboy/gin-jwt/v2 v2.6.2
github.com/aristanetworks/goarista v0.0.0-20190712234253-ed1100a1c015 // indirect
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/dghubble/sling v1.3.0
github.com/elastic/gosigar v0.10.4 // indirect
github.com/ethereum/go-ethereum v1.8.29-0.20190620093831-25c3282cf126
github.com/fatih/color v1.7.0
github.com/gin-contrib/cors v1.3.0
github.com/gin-gonic/gin v1.4.0
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/gofrs/flock v0.7.1
github.com/iden3/go-iden3-crypto v0.0.3-0.20190831180703-c95c95b7b161
github.com/ipfs/go-ipfs-api v0.0.1
github.com/ipfsconsortium/go-ipfsc v0.0.0-20190116161836-3629ecc1f76f
github.com/jamesruan/sodium v0.0.0-20181216154042-9620b83ffeae
github.com/leodido/go-urn v1.1.0 // indirect
github.com/pborman/uuid v1.2.0 // indirect
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/rs/cors v1.6.0 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.4.0
github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 // indirect
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect
github.com/stretchr/testify v1.3.0
github.com/syndtr/goleveldb v1.0.0
github.com/urfave/cli v1.20.0
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
gopkg.in/go-playground/validator.v9 v9.29.1
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
)