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
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
github.com/btcsuite/btcd v0.21.0-beta
github.com/danielkov/gin-helmet v0.0.0-20171108135313-1387e224435e
github.com/ethereum/go-ethereum v1.9.24
github.com/ethereum/go-ethereum v1.10.17
github.com/fatih/color v1.10.0
github.com/fxamacker/cbor/v2 v2.2.0
github.com/gin-contrib/cors v1.3.1
Expand All @@ -29,9 +29,9 @@ require (
github.com/libp2p/go-libp2p-peerstore v0.2.6
github.com/manyminds/api2go v0.0.0-20171030193247-e7b693844a6f
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.4.0
github.com/mitchellh/mapstructure v1.4.1
github.com/multiformats/go-multiaddr v0.3.1
github.com/olekukonko/tablewriter v0.0.4
github.com/olekukonko/tablewriter v0.0.5
github.com/onsi/gomega v1.10.3
github.com/pborman/uuid v1.2.0
github.com/pelletier/go-toml v1.8.1
Expand All @@ -42,7 +42,7 @@ require (
github.com/shopspring/decimal v1.2.0
github.com/smartcontractkit/libocr v0.0.0-20201217004406-38540d6302ee
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.7.0
github.com/tevino/abool v0.0.0-20170917061928-9b9efcf221b5
github.com/tidwall/gjson v1.6.3
github.com/tidwall/sjson v1.1.2
Expand All @@ -53,9 +53,9 @@ require (
go.dedis.ch/kyber/v3 v3.0.13
go.uber.org/multierr v1.6.0
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/text v0.3.4
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/text v0.3.7
gonum.org/v1/gonum v0.8.2
gopkg.in/gormigrate.v1 v1.6.0
gopkg.in/guregu/null.v4 v4.0.0
Expand Down
Loading