debian-forge-composer/vendor/golang.org/x/term
Christian Kellner 986f076276 container: add support for uploading to registries
Add a new generic container registry client via a new `container`
package. Use this to create a command line utility as well as a
new upload target for container registries.

The code uses the github.com/containers/* project and packages to
interact with container registires that is also used by skopeo,
podman et al. One if the dependencies is `proglottis/gpgme` that
is using cgo to bind libgpgme, so we have to add the corresponding
devel package to the BuildRequires as well as installing it on CI.

Checks will follow later via an integration test.
2022-06-29 10:02:46 +02:00
..
AUTHORS container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
codereview.cfg container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
CONTRIBUTING.md container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
CONTRIBUTORS container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
go.mod container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
go.sum container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
LICENSE container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
PATENTS container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
README.md container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
term.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
term_plan9.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
term_unix.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
term_unix_bsd.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
term_unix_other.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
term_unsupported.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
term_windows.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
terminal.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00

Go terminal/console support

Go Reference

This repository provides Go terminal and console support packages.

Download/Install

The easiest way to install is to run go get -u golang.org/x/term. You can also manually git clone the repository to $GOPATH/src/golang.org/x/term.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the term repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/term:" in the subject line, so it is easy to find.