Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Upgrade gin to 1.9.1 for CVE-2023-26125
Browse files Browse the repository at this point in the history
Signed-off-by: Arik Hadas <[email protected]>
  • Loading branch information
ahadas committed Oct 16, 2023
1 parent 523247c commit f4c4d6a
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 83 deletions.
6 changes: 1 addition & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@ module github.com/konveyor/forklift-must-gather-api
go 1.15

require (
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.7.2
github.com/go-playground/validator/v10 v10.8.0 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/gin-gonic/gin v1.9.1
github.com/mattn/go-sqlite3 v1.14.8 // indirect
github.com/ugorji/go v1.2.6 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.12
k8s.io/api v0.21.4
Expand Down
Loading

0 comments on commit f4c4d6a

Please sign in to comment.