Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,17 @@ require (
github.com/btcsuite/btcd v0.21.0-beta
github.com/btcsuite/btcutil v1.0.2
github.com/cmars/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/deckarep/golang-set v1.7.2-0.20180927150649-699df6a3acf6 // indirect
github.com/ethereum/go-ethereum v1.9.22
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect
github.com/ethereum/go-ethereum v1.10.17
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
github.com/gin-gonic/gin v1.7.0
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/golang-migrate/migrate v3.5.4+incompatible
github.com/gorilla/websocket v1.4.1
github.com/gorilla/websocket v1.4.2
github.com/ipfs/go-cid v0.0.4 // indirect
github.com/ipfs/go-ipfs-api v0.0.2
github.com/ipfs/go-ipfs-files v0.0.6 // indirect
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
github.com/jinzhu/gorm v1.9.16
github.com/joho/godotenv v1.3.0
github.com/karalabe/usb v0.0.0-20191104083709-911d15fe12a9 // indirect
github.com/kthomas/go-aws-config v0.0.0-20200121043457-1931a324f423
github.com/kthomas/go-aws-wrapper v0.0.0-20200602073531-1d9770061122
github.com/kthomas/go-azure-wrapper v0.0.0-20210409115636-8b71edfc2fcc
Expand All @@ -38,13 +34,11 @@ require (
github.com/libp2p/go-libp2p-core v0.3.0 // indirect
github.com/libp2p/go-libp2p-metrics v0.1.0 // indirect
github.com/libp2p/go-libp2p-peer v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/miguelmota/go-ethereum-hdwallet v0.0.0-20200123000308-a60dcd172b4c
github.com/minio/sha256-simd v0.1.2-0.20190917233721-f675151bb5e1 // indirect
github.com/multiformats/go-multiaddr-net v0.1.1 // indirect
github.com/multiformats/go-varint v0.0.2 // indirect
github.com/nats-io/nats.go v1.12.0
github.com/olekukonko/tablewriter v0.0.3 // indirect
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/prometheus/tsdb v0.10.0 // indirect
Expand Down
Loading