OSDN Git Service

delete some black utxo (#2129)
[bytom/bytom.git] / go.mod
1 module github.com/bytom/bytom
2
3 go 1.16
4
5 replace (
6         github.com/tendermint/ed25519 => ./lib/github.com/tendermint/ed25519
7         github.com/tendermint/go-wire => github.com/tendermint/go-amino v0.6.2
8         github.com/zondax/ledger-goclient => github.com/Zondax/ledger-cosmos-go v0.1.0
9         golang.org/x/crypto => ./lib/golang.org/x/crypto
10         golang.org/x/net => ./lib/golang.org/x/net
11         gonum.org/v1/gonum/mat => github.com/gonum/gonum/mat v0.9.1
12 )
13
14 require (
15         github.com/btcsuite/btcd v0.21.0-beta // indirect
16         github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
17         github.com/cespare/cp v1.1.1
18         github.com/davecgh/go-spew v1.1.1
19         github.com/fortytw2/leaktest v1.3.0 // indirect
20         github.com/go-kit/kit v0.10.0 // indirect
21         github.com/go-sql-driver/mysql v1.5.0
22         github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
23         github.com/golang/protobuf v1.4.3
24         github.com/golang/snappy v0.0.3 // indirect
25         github.com/google/uuid v1.2.0
26         github.com/gorilla/websocket v1.4.2
27         github.com/grandcat/zeroconf v0.0.0-20190424104450-85eadb44205c
28         github.com/hashicorp/go-version v1.3.0
29         github.com/holiman/uint256 v1.2.0
30         github.com/jinzhu/gorm v1.9.16
31         github.com/johngb/langreg v0.0.0-20150123211413-5c6abc6d19d2
32         github.com/jonboulle/clockwork v0.2.2 // indirect
33         github.com/kr/secureheader v0.2.0
34         github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
35         github.com/lestrrat-go/strftime v1.0.4 // indirect
36         github.com/magiconair/properties v1.8.5 // indirect
37         github.com/miekg/dns v1.1.41 // indirect
38         github.com/mitchellh/mapstructure v1.4.1 // indirect
39         github.com/onsi/ginkgo v1.16.1 // indirect
40         github.com/onsi/gomega v1.11.0 // indirect
41         github.com/pborman/uuid v1.2.1
42         github.com/pelletier/go-toml v1.9.0 // indirect
43         github.com/pkg/errors v0.9.1
44         github.com/prometheus/prometheus v1.8.2
45         github.com/sirupsen/logrus v1.8.1
46         github.com/spf13/afero v1.6.0 // indirect
47         github.com/spf13/cast v1.3.1 // indirect
48         github.com/spf13/cobra v1.1.3
49         github.com/spf13/jwalterweatherman v1.1.0
50         github.com/spf13/viper v1.7.1
51         github.com/stretchr/testify v1.7.0
52         github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
53         github.com/tendermint/ed25519 v0.0.0-20171027050219-d8387025d2b9
54         github.com/tendermint/go-crypto v0.2.0
55         github.com/tendermint/go-wire v0.16.0
56         github.com/tendermint/tmlibs v0.9.0
57         github.com/toqueteos/webbrowser v1.2.0
58         golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
59         golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1 // indirect
60         golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
61         golang.org/x/sys v0.0.0-20210412220455-f1c623a9e750 // indirect
62         gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
63         gopkg.in/fatih/set.v0 v0.1.0
64         gopkg.in/ini.v1 v1.62.0 // indirect
65         gopkg.in/karalabe/cookiejar.v2 v2.0.0-20150724131613-8dcd6a7f4951
66         gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
67 )