Pull request 1825: 5721-dnscrypt-panic
Updates #5721. Squashed commit of the following: commit edf7801e2028aa31d59440158d3fcf2ef95d7013 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Apr 13 15:44:18 2023 +0300 all: fix dnscrypt panic
This commit is contained in:
4
go.mod
4
go.mod
@@ -62,3 +62,7 @@ require (
|
||||
golang.org/x/text v0.9.0 // indirect
|
||||
golang.org/x/tools v0.8.0 // indirect
|
||||
)
|
||||
|
||||
// TODO(a.garipov): Remove the replace when @a.meshkov merges
|
||||
// https://github.com/ameshkov/dnscrypt/pull/21.
|
||||
replace github.com/ameshkov/dnscrypt/v2 => github.com/ainar-g/dnscrypt/v2 v2.0.1-0.20230413122657-d2ec675d1c59
|
||||
|
||||
Reference in New Issue
Block a user