Registry / utility / minio-selfupdate

minio-selfupdate

JSON →
library0.6.0gogounverified

A Go library for implementing secure, self-updating Go programs with support for binary patching and signature verification.

go get github.com/minio/selfupdate
INSTALL
IMPORT
SIG · MINIO-SELFUPDATE
M
minio-selfupdate
utilitygov0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

selfupdate
github.com/minio/selfupdate

Imports the selfupdate package for secure binary updates.

package main import ( "fmt" "github.com/minio/selfupdate" ) func main() { // Example: apply an update from a URL fmt.Println("Selfupdate ready") }
Debug
Known issues
breakingRequires proper signing keys; insecure without signature verification.
fix
Always verify updates with a trusted public key.
affects: >=0.1.0
Upgrade
Version history
0.6.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
minio-selfupdate — go get minio-selfupdate · libregistry