This commit is contained in:
Vladislav Yarmak 2022-09-04 22:44:15 +03:00
parent c19c9a49da
commit 7436b359d2
1 changed files with 2 additions and 1 deletions

View File

@ -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"