[ 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