[ trixie ]
[ sid ]
[ 原始碼: golang-github-minio-selfupdate ]
套件:golang-github-minio-selfupdate-dev(0.6.0+ds-2)
golang-github-minio-selfupdate-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-minio-selfupdate:
- [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]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.
其他與 golang-github-minio-selfupdate-dev 有關的套件
|
|
|
|
-
- 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