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
13 changes: 6 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,19 @@ 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
github.com/gin-gonic/contrib v0.0.0-20190526021735-7fb7810ed2a0
github.com/gin-gonic/gin v1.6.0
github.com/gobuffalo/packr v1.30.1
github.com/gofrs/uuid v3.4.0+incompatible // indirect
github.com/google/uuid v1.2.0
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.1
github.com/gorilla/websocket v1.4.2
github.com/jackc/pgconn v1.8.1
github.com/jackc/pgtype v1.7.0
github.com/jackc/pgx/v4 v4.11.1-0.20210326152507-88ede6efb5b0
github.com/jackc/pgconn v1.9.1-0.20210724152538-d89c8390a530
github.com/jackc/pgtype v1.8.1
github.com/jackc/pgx/v4 v4.12.1-0.20210724153913-640aa07df17c
github.com/jinzhu/gorm v1.9.16
github.com/jpillora/backoff v1.0.0
github.com/lib/pq v1.10.2
Expand All @@ -51,8 +49,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 @@ -66,12 +64,13 @@ require (
go.uber.org/atomic v1.7.0
go.uber.org/multierr v1.6.0
go.uber.org/zap v1.17.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
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
Expand Down
Loading