Skip to content

Commit

Permalink
Merge pull request #30 from Tantalor93/p1.7.1
Browse files Browse the repository at this point in the history
prepare release v1.7.1
  • Loading branch information
Tantalor93 committed Aug 1, 2021
2 parents bef6669 + 38e5793 commit c9f8f4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,23 @@ 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

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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit c9f8f4b

Please sign in to comment.