From 38e5793c035c51e9ee12a807210c847be56d84a8 Mon Sep 17 00:00:00 2001 From: Ondrej Benkovsky Date: Sun, 1 Aug 2021 20:37:53 +0200 Subject: [PATCH] prepare release v1.7.1 --- README.md | 8 ++++---- go.mod | 2 +- go.sum | 2 -- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9599d39..02d6c3a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ them via all kind of image formats (png, svg, pdf) ## Installation ``` -go get github.com/tantalor93/dnstrace@v1.7.0 +go get github.com/tantalor93/dnstrace@v1.7.1 ``` will install the binary in your $GOPATH/bin @@ -47,15 +47,15 @@ or download compiled binaries linux ``` -wget https://github.com/Tantalor93/dnstrace/releases/download/v1.7.0/dnstrace-linux-amd64 +wget https://github.com/Tantalor93/dnstrace/releases/download/v1.7.1/dnstrace-linux-amd64 ``` darwin(macos) ``` -wget https://github.com/Tantalor93/dnstrace/releases/download/v1.7.0/dnstrace-darwin +wget https://github.com/Tantalor93/dnstrace/releases/download/v1.7.1/dnstrace-darwin ``` windows ``` -wget https://github.com/Tantalor93/dnstrace/releases/download/v1.7.0/dnstrace-windows-amd64 +wget https://github.com/Tantalor93/dnstrace/releases/download/v1.7.1/dnstrace-windows-amd64 ``` ## Build diff --git a/go.mod b/go.mod index 21a6e00..365ef3b 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/olekukonko/tablewriter v0.0.0-20170719101040-be5337e7b39e github.com/sergi/go-diff v1.2.0 // indirect github.com/stretchr/testify v1.7.0 - github.com/tantalor93/doh-go v0.0.0-20210801173902-bd6f877f039b // indirect + github.com/tantalor93/doh-go v0.0.0-20210801173902-bd6f877f039b go.uber.org/ratelimit v0.2.0 golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c gonum.org/v1/plot v0.9.0 diff --git a/go.sum b/go.sum index 4a41872..16feeb6 100644 --- a/go.sum +++ b/go.sum @@ -78,8 +78,6 @@ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81P github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/tantalor93/doh-go v0.0.0-20210731214227-ba23c961efc3 h1:HCrWNaKP+5DfimIzGLsUnuEA5gd+oG5p/Wh0r9COMnA= -github.com/tantalor93/doh-go v0.0.0-20210731214227-ba23c961efc3/go.mod h1:huQbBybJYCMipbDXgkk9qx8IBVBm1E//+PBOo8OBbmU= github.com/tantalor93/doh-go v0.0.0-20210801173902-bd6f877f039b h1:viFiu3zx/s5CNo12TIVBM+rrI/cDqwoOz0QvAS/VyYk= github.com/tantalor93/doh-go v0.0.0-20210801173902-bd6f877f039b/go.mod h1:huQbBybJYCMipbDXgkk9qx8IBVBm1E//+PBOo8OBbmU= go.uber.org/atomic v1.7.0 h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw=