-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
40 lines (37 loc) · 1.89 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
29
30
31
32
33
34
35
36
37
38
39
40
module github.com/novaprotocolio/sdk-backend
require (
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
github.com/aristanetworks/goarista v0.0.0-20190628180533-8e7d5b18fe7a // indirect
github.com/btcsuite/btcd v0.20.0-beta
github.com/cevaris/ordered_map v0.0.0-20180310183325-0efaee1733e3
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/ethereum/go-ethereum v0.0.0-00010101000000-000000000000
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/go-playground/validator v9.29.0+incompatible // indirect
github.com/go-redis/redis v6.15.1+incompatible
github.com/gorilla/websocket v1.4.0
github.com/jarcoal/httpmock v1.0.4 // indirect
github.com/labstack/echo v3.3.10+incompatible // indirect
github.com/labstack/gommon v0.2.8
github.com/leodido/go-urn v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/onrik/ethrpc v0.0.0-20190213081453-aa076c1849e6
github.com/petar/GoLLRB v0.0.0-20130427215148-53be0d36a84c
github.com/rs/cors v1.6.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24
github.com/sirupsen/logrus v1.0.6
github.com/stretchr/testify v1.3.0
github.com/tidwall/gjson v1.2.1
github.com/tidwall/match v1.0.1 // indirect
github.com/tidwall/pretty v1.0.0 // indirect
github.com/tyler-smith/go-bip32 v0.0.0-20170922074101-2c9cfd177564 // indirect
github.com/valyala/fasttemplate v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)
replace github.com/ethereum/go-ethereum => ../novalex // v1.8.27github.com/ethereum/go-ethereum v0.0.0-00010101000000-000000000000
go 1.13