summaryrefslogtreecommitdiff
path: root/obfs4proxy/proxy_http.go
diff options
context:
space:
mode:
Diffstat (limited to 'obfs4proxy/proxy_http.go')
-rw-r--r--obfs4proxy/proxy_http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/obfs4proxy/proxy_http.go b/obfs4proxy/proxy_http.go
index 2db6ca0..6f11790 100644
--- a/obfs4proxy/proxy_http.go
+++ b/obfs4proxy/proxy_http.go
@@ -36,7 +36,7 @@ import (
"net/url"
"time"
- "code.google.com/p/go.net/proxy"
+ "golang.org/x/net/proxy"
)
// httpProxy is a HTTP connect proxy.