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
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
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/gin-gonic/gin v1.9.0
github.com/gobuffalo/packr v1.30.1
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.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.8.1
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.5.0
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/text v0.7.0
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