Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
STJS0 opened this issue Dec 16, 2023 · 1 comment
Closed
Assignees

Comments

@STJS0
Copy link

STJS0 commented Dec 16, 2023

pdtm/go.mod

Line 17 in 37c342e

aead.dev/minisign v0.2.0 // indirect

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 dogancanbakir self-assigned this Dec 19, 2023
@dogancanbakir
Copy link
Member

@STJS0, See projectdiscovery/subfinder#1055. Closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants