mirror of
https://github.com/caddyserver/caddy.git
synced 2025-06-23 15:31:40 -04: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
@ -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…
x
Reference in New Issue
Block a user