selfupdate icon indicating copy to clipboard operation
selfupdate copied to clipboard

Build self-updating Go programs

Results 5 selfupdate issues
Sort by recently updated
recently updated
newest added

go: aead.dev/[email protected]: unrecognized import path "aead.dev/minisign": reading https://aead.dev/minisign?go-get=1: 404 Not Found

The minisign library may require a higher version to be pulled? Modified to available in 1.21

It appears that aead.dev/minisign dependency is broken and will not install/import. github.com/minio/[email protected] requires aead.dev/[email protected]: 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...

Its possible that target binary was deleted, although process might be running (in case of unix), but it still requires update. Don't error in such case

This library contains copies of two third-party libraries (https://github.com/kr/binarydist and https://github.com/kardianos/osext), which appear to be stale copies. It would be better to properly depend on the upstream libraries.