Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/gin-gonic/gin from 1.6.3 to 1.9.0 #34

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/btcsuite/btcutil v1.0.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/ethereum/go-ethereum v1.9.22
github.com/gin-gonic/gin v1.6.3
github.com/gin-gonic/gin v1.9.0
github.com/jinzhu/gorm v1.9.16
github.com/kthomas/go-auth0 v0.0.0-20210417042937-27d1d2dadf19
github.com/kthomas/go-logger v0.0.0-20210526080020-a63672d0724c
Expand All @@ -17,7 +17,7 @@ require (
github.com/kthomas/go.uuid v1.2.1-0.20190324131420-28d1fa77e9a4
github.com/ockam-network/did v0.1.3
github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/crypto v0.5.0
gopkg.in/dedis/crypto.v0 v0.0.0-20170824083343-8f53a63e87fd
gopkg.in/dedis/kyber.v0 v0.0.0-20170824083343-8f53a63e87fd
)
Loading