zmap/zdns

`go mod` picks up very old version of `github.com/zmap/zdns`

dharnitski opened this issue · 1 comments

Please publish a fresh tag.

Go picks up the only published tad https://github.com/zmap/zdns/tree/v1.0.0-RC1
That code is file years old and refers to not existing package github.com/Sirupsen/logrus (with uppercase S_irupsen)

Reproducible in Go 1.6.5. and 1.7.1

I managed to resolve this by getting code using the latest hash:

go get github.com/zmap/zdns@ed5b682

For someone who wants to use zdns as a library today, go get does not work in GO v.17.
Updated command:
go install github.com/zmap/zdns@789888ecc84d4e0d92d945aa8a9a5ede9db8d1fe