Browse Source

Update Fiber v1.10.0 (#5707)

fenny 5 years ago
parent
commit
d65038b296
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

@@ -4,6 +4,6 @@ go 1.14
 
 require (
 	github.com/valyala/quicktemplate v1.4.1
-	github.com/gofiber/fiber v1.9.6
+	github.com/gofiber/fiber v1.10.0
 	github.com/jackc/pgx/v4 v4.6.0
 )