mirror of
https://github.com/Snawoot/opera-proxy.git
synced 2025-09-02 18:51:08 +00:00
update digest auth client dependency
This commit is contained in:
parent
e595ad531c
commit
d1f7ee1ba7
2 changed files with 3 additions and 3 deletions
2
go.mod
2
go.mod
|
@ -4,7 +4,7 @@ go 1.16
|
|||
|
||||
require (
|
||||
github.com/AdguardTeam/dnsproxy v0.36.0
|
||||
github.com/Snawoot/go-http-digest-auth-client v1.1.0
|
||||
github.com/Snawoot/go-http-digest-auth-client v1.1.1
|
||||
github.com/miekg/dns v1.1.35
|
||||
golang.org/x/net v0.0.0-20210324205630-d1beb07c2056
|
||||
)
|
||||
|
|
4
go.sum
4
go.sum
|
@ -13,8 +13,8 @@ github.com/AdguardTeam/golibs v0.4.2/go.mod h1:skKsDKIBB7kkFflLJBpfGX+G8QFTx0WKU
|
|||
github.com/AdguardTeam/golibs v0.4.4 h1:cM9UySQiYFW79zo5XRwnaIWVzfW4eNXmZktMrWbthpw=
|
||||
github.com/AdguardTeam/golibs v0.4.4/go.mod h1:skKsDKIBB7kkFflLJBpfGX+G8QFTx0WKUzB6TIgtUj4=
|
||||
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
|
||||
github.com/Snawoot/go-http-digest-auth-client v1.1.0 h1:MZ+FSRDLOmfpnZ5aNDcvVBkXcALdvtBEfT2X9rCh8P8=
|
||||
github.com/Snawoot/go-http-digest-auth-client v1.1.0/go.mod h1:WiwNiPXTRGyjTGpBtSQJlM2wDPRRPpFGhMkMWpV4uqg=
|
||||
github.com/Snawoot/go-http-digest-auth-client v1.1.1 h1:1Z4Je5ikY19+UbF8Yls+yImCOy1undNWUrI1mBDAbuA=
|
||||
github.com/Snawoot/go-http-digest-auth-client v1.1.1/go.mod h1:WiwNiPXTRGyjTGpBtSQJlM2wDPRRPpFGhMkMWpV4uqg=
|
||||
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da h1:KjTM2ks9d14ZYCvmHS9iAKVt9AyzRSqNU1qabPih5BY=
|
||||
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da/go.mod h1:eHEWzANqSiWQsof+nXEI9bUVUyV6F53Fp89EuCh2EAA=
|
||||
github.com/aead/poly1305 v0.0.0-20180717145839-3fee0db0b635 h1:52m0LGchQBBVqJRyYYufQuIbVqRawmubW3OFGqK1ekw=
|
||||
|
|
Loading…
Add table
Reference in a new issue