diff --git a/config/server.go b/config/server.go
index 3ba754ff..0a04f671 100644
--- a/config/server.go
+++ b/config/server.go
@@ -6,7 +6,7 @@ import (
 	"strings"
 
 	"github.com/imdario/mergo"
-	"github.com/kataras/fasthttp"
+	"github.com/valyala/fasthttp"
 )
 
 // Default values for base Server conf, can be changed for global use