zdns icon indicating copy to clipboard operation
zdns copied to clipboard

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

Open dharnitski opened this issue 3 years ago • 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

dharnitski avatar Sep 23 '21 17:09 dharnitski

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

dharnitski avatar Apr 13 '22 20:04 dharnitski