Skip to content

Commit

Permalink
chore(deps): bump deps, hopefully fix the yaml sec vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Oct 2, 2022
1 parent 2f034d5 commit 9c5b64d
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 56 deletions.
14 changes: 10 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ module github.com/adhocore/urlsh
go 1.16

require (
github.com/adhocore/goic v0.0.10
github.com/gomodule/redigo v1.8.2
gorm.io/driver/postgres v1.0.2
gorm.io/gorm v1.20.2
github.com/adhocore/goic v0.0.15
github.com/gomodule/redigo v1.8.9
gorm.io/driver/postgres v1.3.10
gorm.io/gorm v1.23.10
)

require (
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
github.com/jinzhu/now v1.1.5 // indirect
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
)

0 comments on commit 9c5b64d

Please sign in to comment.