diff --git a/router/router_server_files.go b/router/router_server_files.go index da3d996..c9704ee 100644 --- a/router/router_server_files.go +++ b/router/router_server_files.go @@ -3,8 +3,8 @@ package router import ( "bufio" "context" - "errors" "github.com/gin-gonic/gin" + "github.com/pkg/errors" "github.com/pterodactyl/wings/server" "golang.org/x/sync/errgroup" "net/http"