diff --git a/echo.go b/echo.go index 021a225f..292c92b6 100644 --- a/echo.go +++ b/echo.go @@ -16,8 +16,8 @@ import ( "encoding/xml" - "github.com/bradfitz/http2" "github.com/labstack/gommon/color" + "golang.org/x/net/http2" "golang.org/x/net/websocket" )