1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-12 01:22:21 +02:00

Update http2 package import

github.com/bradfitz/http2 -> golang.org/x/net/http2
This commit is contained in:
Vadim Komarov 2015-10-20 00:09:59 +05:00
parent e2b394e6c9
commit 35398b4200

View File

@ -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"
)