likexian / whois

Whois client for domain and ip whois information query in Go(Golang).
Apache License 2.0
382 stars 70 forks source link

Cant "go get whois-go" #7

Closed RomaLash closed 5 years ago

RomaLash commented 5 years ago

Hello. After ur last update there is the problem.

if i try install like "go get -u github.com/likexian/whois-go", i ll get this one "github.com/likexian/whois-go@v1.0.1: unknown revision v1.0.1"

Unfortunately, getting doesnt work neither by Docker, not by hands.

Thanks for ur attention

likexian commented 5 years ago

remove the line of whois-go in go.mod, and try to go get -u agagin. if need help, please reopen a issue.

RomaLash commented 5 years ago

it helps, thank you