Skip to content

Commit

Permalink
Pull request 1867: 5874-openwrt-setsockopt
Browse files Browse the repository at this point in the history
Updates #5874.

Squashed commit of the following:

commit 297839f
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Thu Jun 8 12:38:37 2023 +0300

    all: upd dnsproxy
  • Loading branch information
ainar-g committed Jun 8, 2023
1 parent fde082a commit 040596f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module github.com/AdguardTeam/AdGuardHome
go 1.19

require (
github.com/AdguardTeam/dnsproxy v0.50.0
// TODO(a.garipov): Return to a release version once there is one.
github.com/AdguardTeam/dnsproxy v0.50.1-0.20230608093628-20fd4734e086
github.com/AdguardTeam/golibs v0.13.2
github.com/AdguardTeam/urlfilter v0.16.1
github.com/NYTimes/gziphandler v1.1.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/AdguardTeam/dnsproxy v0.50.0 h1:gqImxUMBVS8VQmGdXw0U7MjJNVzXkYaZ9NM5TKl3JBU=
github.com/AdguardTeam/dnsproxy v0.50.0/go.mod h1:CQhZTkqC8X0ID6glrtyaxgqRRdiYfn1gJulC1cZ5Dn8=
github.com/AdguardTeam/dnsproxy v0.50.1-0.20230608093628-20fd4734e086 h1:jYfWlJcChmOaJ1NLmoMWUvY2lse4qEVpKCBv7hZFW9U=
github.com/AdguardTeam/dnsproxy v0.50.1-0.20230608093628-20fd4734e086/go.mod h1:CQhZTkqC8X0ID6glrtyaxgqRRdiYfn1gJulC1cZ5Dn8=
github.com/AdguardTeam/golibs v0.4.0/go.mod h1:skKsDKIBB7kkFflLJBpfGX+G8QFTx0WKUzB6TIgtUj4=
github.com/AdguardTeam/golibs v0.10.4/go.mod h1:rSfQRGHIdgfxriDDNgNJ7HmE5zRoURq8R+VdR81Zuzw=
github.com/AdguardTeam/golibs v0.13.2 h1:BPASsyQKmb+b8VnvsNOHp7bKfcZl9Z+Z2UhPjOiupSc=
Expand Down

0 comments on commit 040596f

Please sign in to comment.