Skip to content
Open
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
53 changes: 29 additions & 24 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,40 @@ go 1.12

require (
github.com/MinterTeam/go-amino v0.14.1-m
github.com/btcsuite/btcd v0.0.0-20191011042131-c3151ef50de9
github.com/MinterTeam/minter-go-node v1.2.1
github.com/btcsuite/btcd v0.22.1
github.com/c-bata/go-prompt v0.2.3
github.com/go-kit/kit v0.10.0
github.com/golang/protobuf v1.3.4
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v1.4.1
github.com/go-kit/kit v0.12.0
github.com/gobuffalo/packr v1.30.1
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.3.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/websocket v1.5.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.12.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/marcusolsson/tui-go v0.4.0
github.com/noah-blockchain/explorer-events-db v0.1.1-0.20201016102755-b04112103c19
github.com/mattn/go-tty v0.0.4 // indirect
github.com/noah-blockchain/node-grpc-gateway v0.0.0-20201016090438-d615ecc520ff
github.com/pkg/errors v0.9.1
github.com/pkg/term v0.0.0-20180423043932-cda20d4ac917
github.com/prometheus/client_golang v1.5.1
github.com/rs/cors v1.7.0
github.com/spf13/cobra v0.0.6
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.5.1
github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d
github.com/prometheus/client_golang v1.12.2
github.com/rakyll/statik v0.1.7
github.com/rs/cors v1.8.2
github.com/spf13/cobra v1.5.0
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.8.0
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
github.com/tendermint/go-amino v0.15.1
github.com/tendermint/iavl v0.13.2
github.com/tendermint/tendermint v0.33.3
github.com/tendermint/tm-db v0.5.0
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5
github.com/tendermint/iavl v0.14.3
github.com/tendermint/tendermint v0.35.9
github.com/tendermint/tm-db v0.6.6
github.com/tmc/grpc-websocket-proxy v0.0.0-20200427203606-3cfed13b9966
github.com/urfave/cli/v2 v2.0.0
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
golang.org/x/net v0.0.0-20191002035440-2ec189313ef0
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82
google.golang.org/grpc v1.28.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
golang.org/x/crypto v0.1.0
golang.org/x/net v0.1.0
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/sys v0.1.0
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.28.0
gopkg.in/errgo.v2 v2.1.0
)