mirror of
https://github.com/caddyserver/caddy.git
synced 2025-05-29 07:05:57 +08: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:
@ -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
|
||||
|
Reference in New Issue
Block a user