EgeBalci / amber

Reflective PE packer.
MIT License
1.2k stars 207 forks source link

go get is still broken #15

Closed jafarlihi closed 3 years ago

jafarlihi commented 3 years ago
[user@hostname 23:57:15 ~/packer ]$ go get github.com/EgeBalci/amber
cannot find package "github.com/EgeBalci/sgn/lib" in any of:
    /usr/lib/go/src/github.com/EgeBalci/sgn/lib (from $GOROOT)
    /home/user/go/src/github.com/EgeBalci/sgn/lib (from $GOPATH)
jafarlihi commented 3 years ago

I have go get-ed sgn library beforehand by the way.

EgeBalci commented 3 years ago

Current build works fine with go get. Try removing the old amber, sgn packages with go clean -modcache amber and go clean -modcache sgn then retry go getting the amber.