Pull request 1862: upd-proxy
Merge in DNS/adguard-home from upd-proxy to master Squashed commit of the following: commit b258697cdac6a6ac83c94814dbe8551c5685fa3b Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Jun 6 13:22:17 2023 +0300 all: upd proxy
This commit is contained in:
4
go.mod
4
go.mod
@@ -3,7 +3,7 @@ module github.com/AdguardTeam/AdGuardHome
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/AdguardTeam/dnsproxy v0.49.2
|
||||
github.com/AdguardTeam/dnsproxy v0.50.0
|
||||
github.com/AdguardTeam/golibs v0.13.2
|
||||
github.com/AdguardTeam/urlfilter v0.16.1
|
||||
github.com/NYTimes/gziphandler v1.1.1
|
||||
@@ -26,7 +26,7 @@ require (
|
||||
// own code for that. Perhaps, use gopacket.
|
||||
github.com/mdlayher/raw v0.1.0
|
||||
github.com/miekg/dns v1.1.53
|
||||
github.com/quic-go/quic-go v0.33.0
|
||||
github.com/quic-go/quic-go v0.35.1
|
||||
github.com/stretchr/testify v1.8.2
|
||||
github.com/ti-mo/netfilter v0.5.0
|
||||
go.etcd.io/bbolt v1.3.7
|
||||
|
||||
Reference in New Issue
Block a user