mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-18 13:01:51 +03:00
all: upd proxy
This commit is contained in:
parent
77fcabcf60
commit
12b8e51c87
2 changed files with 3 additions and 3 deletions
2
go.mod
2
go.mod
|
@ -4,7 +4,7 @@ go 1.23.3
|
|||
|
||||
require (
|
||||
// TODO(s.chzhen): Update to release.
|
||||
github.com/AdguardTeam/dnsproxy v0.73.4-0.20241128135339-4170865f1b79
|
||||
github.com/AdguardTeam/dnsproxy v0.73.4-0.20241128170043-f901a5f4b9e8
|
||||
github.com/AdguardTeam/golibs v0.30.3
|
||||
github.com/AdguardTeam/urlfilter v0.20.0
|
||||
github.com/NYTimes/gziphandler v1.1.1
|
||||
|
|
4
go.sum
4
go.sum
|
@ -1,5 +1,5 @@
|
|||
github.com/AdguardTeam/dnsproxy v0.73.4-0.20241128135339-4170865f1b79 h1:DEx573oOoPuWc1TS4gPdwTwY8lvRqOFmO2V2D1bI3Uo=
|
||||
github.com/AdguardTeam/dnsproxy v0.73.4-0.20241128135339-4170865f1b79/go.mod h1:18ssqhDgOCiVIwYmmVuXVM05wSwrzkO2yjKhVRWJX/g=
|
||||
github.com/AdguardTeam/dnsproxy v0.73.4-0.20241128170043-f901a5f4b9e8 h1:CWIJhJbapqfFFzae5VTnXEzVguKvPQZwtcRfEpkXd/8=
|
||||
github.com/AdguardTeam/dnsproxy v0.73.4-0.20241128170043-f901a5f4b9e8/go.mod h1:18ssqhDgOCiVIwYmmVuXVM05wSwrzkO2yjKhVRWJX/g=
|
||||
github.com/AdguardTeam/golibs v0.30.3 h1:pRxLjMCJ1cZccjZWMMuKxzQQGEpFbmtyj4Tg7nk5rY0=
|
||||
github.com/AdguardTeam/golibs v0.30.3/go.mod h1:Ir9dlHfb8nRQsG3Qgo1zoGL+k1qMbcBtb8tcnsvzdAE=
|
||||
github.com/AdguardTeam/urlfilter v0.20.0 h1:X32qiuVCVd8WDYCEsbdZKfXMzwdVqrdulamtUi4rmzs=
|
||||
|
|
Loading…
Reference in a new issue