diff --git a/go.sum b/go.sum index c9aa1d3..7449c26 100644 --- a/go.sum +++ b/go.sum @@ -7,8 +7,8 @@ dmitri.shuralyov.com/html/belt v0.0.0-20180602232347-f7d459c86be0/go.mod h1:JLBr dmitri.shuralyov.com/service/change v0.0.0-20181023043359-a85b471d5412/go.mod h1:a1inKt/atXimZ4Mv927x+r7UpyzRUf4emIoiiSC2TN4= dmitri.shuralyov.com/state v0.0.0-20180228185332-28bcc343414c/go.mod h1:0PRwlb0D6DFvNNtx+9ybjezNCa8XF0xaYcETyp6rHWU= git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999/go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg= -github.com/AdguardTeam/dnsproxy v0.34.1 h1:MKKQ8MiFt4Iv+cmiEDvyKuXwNk0yOATF5fzZEC/Vu00= -github.com/AdguardTeam/dnsproxy v0.34.1/go.mod h1:dkI9VWh43XlOzF2XogDm1EmoVl7PANOR4isQV6X9LZs= +github.com/AdguardTeam/dnsproxy v0.35.1 h1:ENhtdTC7wYi7wEJ28h2v+v1Zo+gs+7OzpEOHbFQkvY4= +github.com/AdguardTeam/dnsproxy v0.35.1/go.mod h1:dkI9VWh43XlOzF2XogDm1EmoVl7PANOR4isQV6X9LZs= github.com/AdguardTeam/golibs v0.4.2 h1:7M28oTZFoFwNmp8eGPb3ImmYbxGaJLyQXeIFVHjME0o= github.com/AdguardTeam/golibs v0.4.2/go.mod h1:skKsDKIBB7kkFflLJBpfGX+G8QFTx0WKUzB6TIgtUj4= github.com/AdguardTeam/golibs v0.4.4 h1:cM9UySQiYFW79zo5XRwnaIWVzfW4eNXmZktMrWbthpw= diff --git a/snapcraft.yaml b/snapcraft.yaml index 010d99d..8b67d9b 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: dnslookup -version: '1.4.6' +version: '1.4.7' summary: Simple command-line tool to make DNS lookups using any protocol. description: | Simple command-line tool to make DNS lookups to the specified server using any protocol: DNS, DOH, DOT, DNSCrypt. @@ -32,7 +32,7 @@ parts: build-snaps: [ go ] build-packages: [ git, build-essential ] override-build: | - VERSION="1.4.6-${SNAP_REVISION}" make + VERSION="1.4.7-${SNAP_REVISION}" make cp dnslookup ${SNAPCRAFT_PART_INSTALL}/ apps: