forked from mailchain/mailchain-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
58 lines (55 loc) · 2.33 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
module github.com/mailchain/mailchain
go 1.16
require (
github.com/DATA-DOG/go-sqlmock v1.4.1
github.com/Masterminds/squirrel v1.4.0
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
github.com/algorand/go-algorand v0.0.0-20210225054735-c24882a11b07
github.com/algorand/go-algorand-sdk v1.5.1
github.com/andreburgaud/crypt2go v0.11.0
github.com/aws/aws-sdk-go v1.34.6
github.com/btcsuite/btcutil v1.0.3-0.20210929233259-9cdf59f60c51
github.com/cenkalti/backoff/v4 v4.1.0
github.com/centrifuge/go-substrate-rpc-client v2.0.0-alpha.5+incompatible
github.com/dgraph-io/badger/v2 v2.0.3
github.com/dgraph-io/ristretto v0.0.2 // indirect
github.com/ethereum/go-ethereum v1.9.19
github.com/golang/mock v1.4.4
github.com/golang/protobuf v1.4.2
github.com/google/go-cmp v0.5.4 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.4
github.com/gtank/merlin v0.1.1
github.com/gtank/ristretto255 v0.1.2
github.com/ipfs/go-cid v0.0.6
github.com/jmoiron/sqlx v1.2.0
github.com/lib/pq v1.7.0
github.com/mailchain/go-substrate-rpc-client v2.0.0-alpha.5+incompatible // indirect
github.com/manifoldco/promptui v0.7.0
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
github.com/mitchellh/go-homedir v1.1.0
github.com/mr-tron/base58 v1.2.0
github.com/multiformats/go-multihash v0.0.14
github.com/pierrec/xxHash v0.1.5 // indirect
github.com/pkg/errors v0.9.1
github.com/rogpeppe/go-internal v1.6.2 // indirect
github.com/rs/cors v1.7.0
github.com/rs/zerolog v1.20.0
github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
github.com/sirupsen/logrus v1.6.0
github.com/smartystreets/assertions v1.0.0 // indirect
github.com/spf13/afero v1.3.2
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31
github.com/urfave/negroni v1.0.0
github.com/wealdtech/go-ens/v3 v3.4.3
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/resty.v1 v1.12.0
gopkg.in/yaml.v2 v2.4.0
)
replace github.com/centrifuge/go-substrate-rpc-client v2.0.0-alpha.5+incompatible => github.com/mailchain/go-substrate-rpc-client v2.0.0-RC6-mc0.1+incompatible