Pull request 2212: 6744 Upd proxy
Updates #6744. Squashed commit of the following: commit 160694a13a02d575dc363003ec9f3fab6141fb51 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Fri Apr 26 14:46:04 2024 +0300 all: upd to release commit b7dd961459cd7dd72bb1d60bdec67a83a79a2f9c Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Apr 25 20:45:04 2024 +0300 all: fix tags commit 2374845fbf90e14bd73cbe820f9b8f28ddb5e623 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Apr 25 19:54:39 2024 +0300 all: upd proxy
This commit is contained in:
7
go.mod
7
go.mod
@@ -3,8 +3,7 @@ module github.com/AdguardTeam/AdGuardHome
|
||||
go 1.22.2
|
||||
|
||||
require (
|
||||
// TODO(a.garipov): Use a tagged version once released.
|
||||
github.com/AdguardTeam/dnsproxy v0.70.1-0.20240424112457-69feed2dd25e
|
||||
github.com/AdguardTeam/dnsproxy v0.71.0
|
||||
github.com/AdguardTeam/golibs v0.23.2
|
||||
github.com/AdguardTeam/urlfilter v0.18.0
|
||||
github.com/NYTimes/gziphandler v1.1.1
|
||||
@@ -29,8 +28,8 @@ require (
|
||||
// own code for that. Perhaps, use gopacket.
|
||||
github.com/mdlayher/raw v0.1.0
|
||||
github.com/miekg/dns v1.1.58
|
||||
// TODO(a.garipov): Use a tagged version once released.
|
||||
github.com/quic-go/quic-go v0.42.1-0.20240424132812-713525777535
|
||||
// TODO(a.garipov): Use release version.
|
||||
github.com/quic-go/quic-go v0.42.1-0.20240424141022-12aa63824c7f
|
||||
github.com/stretchr/testify v1.9.0
|
||||
github.com/ti-mo/netfilter v0.5.1
|
||||
go.etcd.io/bbolt v1.3.9
|
||||
|
||||
Reference in New Issue
Block a user