mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 21:57:44 +03:00
Revert "Update deps"
This reverts commit 915c90ae37
.
The x/sys update breaks compilation on arm
This commit is contained in:
parent
915c90ae37
commit
3d11d1d4e0
35 changed files with 101 additions and 604 deletions
2
vendor/github.com/miekg/dns/version.go
generated
vendored
2
vendor/github.com/miekg/dns/version.go
generated
vendored
|
@ -3,7 +3,7 @@ package dns
|
|||
import "fmt"
|
||||
|
||||
// Version is current version of this library.
|
||||
var Version = V{1, 1, 24}
|
||||
var Version = V{1, 1, 22}
|
||||
|
||||
// V holds the version of this library.
|
||||
type V struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue