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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ require (
github.com/ethereum/go-ethereum v1.10.3
github.com/fatih/color v1.12.0
github.com/fxamacker/cbor/v2 v2.3.0
github.com/garslo/gogen v0.0.0-20170307003452-d6ebae628c7c // indirect
github.com/gin-contrib/cors v1.3.1
github.com/gin-contrib/expvar v0.0.0-20181230111036-f23b556cc79f
github.com/gin-contrib/size v0.0.0-20190528085907-355431950c57
Expand Down Expand Up @@ -51,8 +50,8 @@ require (
github.com/satori/go.uuid v1.2.0
github.com/shopspring/decimal v1.2.0
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/smartcontractkit/gencodec v0.0.0-20181025021405-42dc7da8c287 // indirect
github.com/smartcontractkit/libocr v0.0.0-20210617175326-472ada9f2eb2
github.com/smartcontractkit/wsrpc v0.3.4
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/tevino/abool v0.0.0-20170917061928-9b9efcf221b5
Expand All @@ -72,9 +71,10 @@ require (
golang.org/x/text v0.3.6
golang.org/x/tools v0.1.2
gonum.org/v1/gonum v0.9.1
google.golang.org/protobuf v1.26.0
gopkg.in/guregu/null.v4 v4.0.0
gorm.io/driver/postgres v1.0.8
gorm.io/gorm v1.20.12
gorm.io/gorm v1.21.16
)

// To fix CVE: c16fb56d-9de6-4065-9fca-d2b4cfb13020
Expand Down
Loading