Skip to content
Open
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
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,19 @@ module github.com/mxc-foundation/mxprotocol-server
go 1.12

require (
github.com/ethereum/go-ethereum v1.9.9
github.com/golang/protobuf v1.3.2
github.com/ethereum/go-ethereum v1.10.22
github.com/golang/protobuf v1.5.2
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
github.com/lib/pq v1.3.0
github.com/nanmu42/etherscan-api v1.1.0
github.com/pkg/errors v0.8.1
github.com/pkg/errors v0.9.1
github.com/robfig/cron v1.2.0
github.com/rubenv/sql-migrate v0.0.0-20191213152630-06338513c237
github.com/sirupsen/logrus v1.4.2
github.com/smartystreets/assertions v1.0.1
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.6.1
github.com/stretchr/testify v1.4.0
google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb
github.com/stretchr/testify v1.7.2
google.golang.org/genproto v0.0.0-20200108215221-bd8f9a0ef82f
google.golang.org/grpc v1.26.0
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect
)
Loading