パッケージ: 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