summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-10-29 10:22:49 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-10-29 10:22:49 -0600
commit54e458b756cf2cdb8adb750e822ead8e3a973441 (patch)
treeedddcdab39090f83f44d452c4ed7763bb8495d12 /modules
parentd803561212a81f71509356cfcb276879d55ebf4f (diff)
proxy: Forgot to commit import
Diffstat (limited to 'modules')
-rw-r--r--modules/caddyhttp/reverseproxy/httptransport.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/caddyhttp/reverseproxy/httptransport.go b/modules/caddyhttp/reverseproxy/httptransport.go
index 9dd7a29..6f4bd40 100644
--- a/modules/caddyhttp/reverseproxy/httptransport.go
+++ b/modules/caddyhttp/reverseproxy/httptransport.go
@@ -26,6 +26,7 @@ import (
"time"
"github.com/caddyserver/caddy/v2"
+ "golang.org/x/net/http2"
)
func init() {