[ 原始碼: golang-github-containers-image ]
套件:golang-github-containers-image-dev(5.10.3-1)
golang-github-containers-image-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-containers-image:
- [golang-github-containers-image_5.10.3-1.dsc]
- [golang-github-containers-image_5.10.3.orig.tar.xz]
- [golang-github-containers-image_5.10.3-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
golang library to work with containers' images
This library aims at working in various way with containers' images and container image registries and allows an application to pull and push images from container image registries, like the upstream docker registry. It also implements "simple image signing".
其他與 golang-github-containers-image-dev 有關的套件
|
|
|
|
-
- dep: golang-github-acarl005-stripansi-dev
- Little Go package for removing ANSI color escape codes from strings
-
- dep: golang-github-burntsushi-toml-dev
- TOML parser and encoder for Go with reflection
-
- dep: golang-github-containers-ocicrypt-dev
- Encryption libraries for Encrypted OCI Container images (library)
-
- dep: golang-github-containers-storage-dev (>= 1.24.8)
- Go library for handling how containers are stored on disk
-
- dep: golang-github-coreos-bbolt-dev (>= 1.3.3~)
- low-level key/value database for Go, especially CoreOS's etcd
-
- dep: golang-github-docker-distribution-dev
- Docker toolset to pack, ship, store, and deliver content (source)
-
- dep: golang-github-docker-docker-credential-helpers-dev
- native stores to safeguard Docker credentials - library
-
- dep: golang-github-docker-docker-dev
- reusable Go packages included with Docker
-
- dep: golang-github-docker-go-connections-dev
- Golang utility package to work with network connections
-
- dep: golang-github-docker-libtrust-dev
- Primitives for identity and authorization
-
- dep: golang-github-ghodss-yaml-dev
- better way to marshal and unmarshal YAML in Golang
-
- dep: golang-github-imdario-mergo-dev
- Functions to merge structs and maps in Go
-
- dep: golang-github-klauspost-pgzip-dev
- parallel gzip (de)compression library for Go
-
- dep: golang-github-manifoldco-promptui-dev
- Interactive prompt for command-line applications (library)
-
- dep: golang-github-moby-sys-dev
- Library to parse mount info and mount filesystems
-
- dep: golang-github-opencontainers-go-digest-dev
- Common digest package used across the container ecosystem
-
- dep: golang-github-opencontainers-image-spec-dev (>= 1.0.1-2)
- Open Container Initiative (OCI) Image Format Specification
-
- dep: golang-github-opencontainers-selinux-dev
- common selinux implementation
-
- dep: golang-github-ostreedev-ostree-go-dev
- Golang bindings for httt://github.com/ostreedev/ostree
-
- dep: golang-github-pkg-errors-dev
- Simple error handling primitives for Go
-
- dep: golang-github-proglottis-gpgme-dev
- Go wrapper for the GPGME library
-
- dep: golang-github-sirupsen-logrus-dev
- Logrus: a logging library for Go
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package
-
- dep: golang-github-ulikunitz-xz-dev
- Pure golang package for reading and writing xz-compressed files
-
- dep: golang-github-vbatts-tar-split-dev
- tar archive assembly/disassembly (source)
-
- dep: golang-github-vbauerster-mpb-dev (>= 5.0.3)
- multi progress bar for Go cli applications
-
- dep: golang-github-xeipuuv-gojsonschema-dev
- implementation of JSON Schema, draft v4
-
- dep: golang-golang-x-crypto-dev
- Supplementary Go cryptography libraries
-
- dep: golang-golang-x-net-dev
- Supplementary Go networking libraries
-
- dep: golang-golang-x-sync-dev
- Supplemental Go synchronization libraries
-
- dep: golang-gopkg-cheggaaa-pb.v1-dev
- simple console progress bar for Go