mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-07 11:28:48 +03:00
change to official http2 repo
The golang.org/x/net/http2 is now the official http2 repo. It is advised to change the imports to it.
This commit is contained in:
parent
4f5a29d6d1
commit
0ca0d552eb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import (
|
|||
"os"
|
||||
"os/signal"
|
||||
|
||||
"github.com/bradfitz/http2"
|
||||
"golang.org/x/net/http2"
|
||||
)
|
||||
|
||||
// Server represents an instance of a server, which serves
|
||||
|
|
Loading…
Reference in a new issue