-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
28 lines (25 loc) · 1.06 KB
/
go.mod
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
module github.com/ontio/mercury
go 1.14
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/ethereum/go-ethereum v1.9.6
github.com/gin-gonic/gin v1.6.3
github.com/google/uuid v1.0.0
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
github.com/kr/pretty v0.2.0 // indirect
github.com/magiconair/properties v1.8.1
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/ontio/ontology-crypto v1.0.7
github.com/ontio/ontology-go-sdk v1.11.3
github.com/stretchr/testify v1.4.0
github.com/syndtr/goleveldb v1.0.0
github.com/urfave/cli v1.22.4
golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/text v0.3.3 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)
replace launchpad.net/gocheck => github.com/go-check/check v0.0.0-20180628173108-788fd7840127