diff --git a/auth.go b/auth.go index 3c8eb15..fde1570 100644 --- a/auth.go +++ b/auth.go @@ -5,12 +5,13 @@ import ( "crypto/subtle" "encoding/base64" "errors" - "golang.org/x/crypto/bcrypt" "net/http" "net/url" "os" "strconv" "strings" + + "golang.org/x/crypto/bcrypt" ) const AUTH_REQUIRED_MSG = "Proxy authentication required.\n"