Skip to content
This repository was archived by the owner on Jul 21, 2024. It is now read-only.

Bump github.com/gin-gonic/gin from 1.6.2 to 1.9.0 #4

Open
wants to merge 1 commit into
base: master
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
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ module github.com/state-of-the-art/NyanSync
go 1.14

require (
github.com/appleboy/gin-jwt/v2 v2.6.3
github.com/euroteltr/rbac v1.0.9
github.com/gin-gonic/gin v1.6.2
github.com/go-bindata/go-bindata/v3 v3.1.3 // indirect
github.com/kkyr/fig v0.2.1-0.20200518190330-f1d6c5fcc6d3
github.com/lithammer/shortuuid/v3 v3.0.4
github.com/pkg/errors v0.9.1
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
gopkg.in/yaml.v2 v2.2.8
github.com/appleboy/gin-jwt/v2 v2.6.3
github.com/euroteltr/rbac v1.0.9
github.com/gin-gonic/gin v1.9.0
github.com/kkyr/fig v0.2.1-0.20200518190330-f1d6c5fcc6d3
github.com/lithammer/shortuuid/v3 v3.0.4
github.com/pkg/errors v0.9.1
github.com/ugorji/go v1.1.7 // indirect
golang.org/x/crypto v0.5.0
gopkg.in/yaml.v2 v2.2.8
)
Loading