forked from BaoBoShiMiSi/contentos-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
76 lines (74 loc) · 3.71 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
module github.com/coschain/contentos-go
require (
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
github.com/asaskevich/EventBus v0.0.0-20180315140547-d46933a94f05
github.com/aws/aws-sdk-go v1.20.20
github.com/beevik/ntp v0.2.0
github.com/btcsuite/btcd v0.20.1-beta // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/cmars/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/coocood/freecache v1.1.0
github.com/coschain/cobra v0.0.0-20181106130408-77bf516f51a1
github.com/coschain/gobft v0.0.0-20191016123320-056832f608c6
github.com/deckarep/golang-set v1.7.1
github.com/ethereum/go-ethereum v1.9.2
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/gin-gonic/gin v1.4.0
github.com/gizak/termui/v3 v3.1.0
github.com/go-interpreter/wagon v0.3.0
github.com/go-sql-driver/mysql v1.4.1
github.com/gogo/protobuf v1.2.0
github.com/golang/mock v1.3.1
github.com/golang/protobuf v1.3.2
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/hashicorp/golang-lru v0.5.3
github.com/improbable-eng/grpc-web v0.9.1-0.20190220152735-5d060c951c08
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/itchyny/base58-go v0.0.0-20181013094353-56d50cf40874
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/jinzhu/gorm v1.9.10
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/kataras/go-errors v0.0.3
github.com/kr/pretty v0.1.0 // indirect
github.com/lestrrat/go-envload v0.0.0-20180220120943-6ed08b54a570 // indirect
github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f
github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect
github.com/magiconair/properties v1.8.0
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/mitchellh/go-homedir v1.0.0
github.com/pelletier/go-toml v1.2.0
github.com/petar/GoLLRB v0.0.0-20130427215148-53be0d36a84c
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/pkg/errors v0.8.0
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/rs/cors v1.6.0 // indirect
github.com/sasha-s/go-deadlock v0.2.0
github.com/sirupsen/logrus v1.2.0
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/pflag v1.0.3 // indirect
github.com/spf13/viper v1.2.1
github.com/stretchr/testify v1.3.0
github.com/syndtr/goleveldb v0.0.0-20181012014443-6b91fda63f2e
github.com/tebeka/strftime v0.0.0-20140926081919-3f9c7761e312 // indirect
github.com/tendermint/go-amino v0.14.1 // indirect
github.com/tyler-smith/go-bip32 v0.0.0-20170922074101-2c9cfd177564
github.com/tyler-smith/go-bip39 v1.0.2
github.com/willf/bitset v1.1.10 // indirect
github.com/willf/bloom v2.0.3+incompatible
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
golang.org/x/sys v0.0.0-20190812172437-4e8604ab3aff // indirect
google.golang.org/appengine v1.6.1 // indirect
google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64 // indirect
google.golang.org/grpc v1.22.1
)
replace github.com/go-interpreter/wagon v0.3.0 => github.com/coschain/wagon v0.3.1-0.20190712091226-347d0b6cb20a