projectdiscovery / pdtm

ProjectDiscovery's Open Source Tool Manager
https://projectdiscovery.io
MIT License
714 stars 51 forks source link

minisign doesn't install correctly when running go install of latest build #227

Closed STJS0 closed 9 months ago

STJS0 commented 9 months ago

https://github.com/projectdiscovery/pdtm/blob/37c342ea46eaf33a392ff96c36f13de66fea2c48/go.mod#L17

The go.mod file has the location set to haead.dev/minisign which is a dead link as of today. It should be github.com/aead/minisign/ or else you will get an error when you install via go

Steps and error: $ go install -v github.com/projectdiscovery/pdtm/cmd/pdtm@latest go: downloading aead.dev/minisign v0.2.0 go/pkg/mod/github.com/minio/selfupdate@v0.6.0/minisign.go:8:2: unrecognized import path "aead.dev/minisign": reading https://aead.dev/minisign?go-get=1: 404 Not Found

dogancanbakir commented 9 months ago

@STJS0, See https://github.com/projectdiscovery/subfinder/issues/1055. Closing this.