Browse Source

Fiber fix crash => v1.3.2 (#5463)

Fenny 5 years ago
parent
commit
a534df6eea
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,7 +3,7 @@ module fiber
 go 1.13
 go 1.13
 
 
 require (
 require (
-	github.com/gofiber/fiber v1.2.3
+	github.com/gofiber/fiber v1.3.2
 	github.com/jackc/pgx/v4 v4.3.0
 	github.com/jackc/pgx/v4 v4.3.0
 	github.com/tidwall/gjson v1.4.0 // indirect
 	github.com/tidwall/gjson v1.4.0 // indirect
 	github.com/tidwall/sjson v1.0.4
 	github.com/tidwall/sjson v1.0.4