Set fiber as direct dependency
This commit is contained in:
parent
dcd9879d8d
commit
85d080cebb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ require (
|
|||
// These are all for fiber
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.0.5 // indirect
|
||||
github.com/gofiber/fiber/v2 v2.52.1 // indirect
|
||||
github.com/gofiber/fiber/v2 v2.52.1
|
||||
github.com/google/uuid v1.5.0 // indirect
|
||||
github.com/klauspost/compress v1.17.0 // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
|
|
Loading…
Reference in a new issue