minio / selfupdate

Build self-updating Go programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency Import Issue with minisign

colinhuckstep opened this issue · comments

It appears that aead.dev/minisign dependency is broken and will not install/import.

github.com/minio/selfupdate@v0.6.0 requires aead.dev/minisign@v0.2.0: unrecognized import path "aead.dev/minisign": reading https://aead.dev/minisign?go-get=1: 404 Not Found

I've tried both v0.2.0 and v0.2.1 and receive the same error for both versions. It also appears that this was reported as an issue in the Github repo for aead.dev/minisign, but it has been several weeks in an open status. I wanted to make sure you were also aware of the issue.

Same issue on Fedora 38 halted 'go install' for several tools used in a script im working on.