Browse Source

Bumb Fiber v1.8.42 (#5565)

* Bumb Fiber v1.8.2

* Update go.mod

* Bumb v1.8.33

* Update go.mod

Co-authored-by: Fenny <[email protected]>
Fenny 5 years ago
parent
commit
2d5a83d5fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Go/fiber/src/go.mod

+ 1 - 1
frameworks/Go/fiber/src/go.mod

@@ -3,6 +3,6 @@ module fiber
 go 1.13
 
 require (
-	github.com/gofiber/fiber v1.8.33
+	github.com/gofiber/fiber v1.8.42
 	github.com/jackc/pgx/v4 v4.5.0
 )