haccer / subjack

Subdomain Takeover tool written in Go
Apache License 2.0
1.92k stars 338 forks source link

Error in your urls for other git repos, they have been updated. #39

Closed d0xo closed 5 years ago

d0xo commented 5 years ago

github.com/klauspost and the rest have updated their paths. 404 on them. Can not install.

go install ../../valyala/fasthttp/compress.go:10:2: cannot find package "github.com/klauspost/compress/flate" in any of: /usr/local/go/src/github.com/klauspost/compress/flate (from $GOROOT) /go/src/github.com/klauspost/compress/flate (from $GOPATH) ../../valyala/fasthttp/compress.go:11:2: cannot find package "github.com/klauspost/compress/gzip" in any of: /usr/local/go/src/github.com/klauspost/compress/gzip (from $GOROOT) /go/src/github.com/klauspost/compress/gzip (from $GOPATH) ../../valyala/fasthttp/compress.go:12:2: cannot find package "github.com/klauspost/compress/zlib" in any of: /usr/local/go/src/github.com/klauspost/compress/zlib (from $GOROOT) /go/src/github.com/klauspost/compress/zlib (from $GOPATH) ../../valyala/fasthttp/args.go:10:2: cannot find package "github.com/valyala/bytebufferpool" in any of: /usr/local/go/src/github.com/valyala/bytebufferpool (from $GOROOT) /go/src/github.com/valyala/bytebufferpool (from $GOPATH)

haccer commented 5 years ago

Run go get -u github.com/haccer/subjack