Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Compilation error after go get github.com/haccer/subjack #11

Closed
phr0nak opened this issue Jun 4, 2018 · 2 comments
Closed

Compilation error after go get github.com/haccer/subjack #11

phr0nak opened this issue Jun 4, 2018 · 2 comments
Labels

Comments

@phr0nak
Copy link

phr0nak commented Jun 4, 2018

When compiling the latest version of subjack from the git. See error below:

src/github.com/haccer/subjack/main.go:454:9: cannot use results (type chan *amass.AmassRequest) as type chan *amass.AmassOutput in field value

@caffix
Copy link

caffix commented Jun 4, 2018

@haccer The Amass major version change caused the output structure to be modified. You will need to update your code to use the AmassOutput structure that is defined in the amass.go file.

@haccer haccer added the bug label Jun 4, 2018
haccer added a commit that referenced this issue Jun 4, 2018
@haccer
Copy link
Owner

haccer commented Jun 4, 2018

Thank you @phr0nak & @caffix!

@haccer haccer closed this as completed Jun 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants