Pakket: golang-github-minio-selfupdate-dev (0.6.0+ds-2)
Verwijzigingen voor golang-github-minio-selfupdate-dev
Debian bronnen:
Het bronpakket golang-github-minio-selfupdate downloaden:
- [golang-github-minio-selfupdate_0.6.0+ds-2.dsc]
- [golang-github-minio-selfupdate_0.6.0+ds.orig.tar.gz]
- [golang-github-minio-selfupdate_0.6.0+ds-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Build self-updating Go programs (library)
Package update provides functionality to implement secure, self-updating Go programs (or other single-file targets) A program can update itself by replacing its executable file with a new version.
It provides the flexibility to implement different updating user experiences like auto-updating, or manual user-initiated updates. It also boasts advanced features like binary patching and code signing verification.
This is a fork of github.com/inconshreveable/go-update, modified for the needs within MinIO project.
Andere aan golang-github-minio-selfupdate-dev gerelateerde pakketten
|
|
|
|
-
- dep: golang-github-aead-minisign-dev
- Simple tool to sign files and verify digital signatures (library)
-
- dep: golang-github-kardianos-osext-dev
- Extend "os" package with Executable and ExecutableFolder
-
- dep: golang-github-kr-binarydist-dev
- Go implementation of the bspatch algorithm