1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: golang-github-fsouza-go-dockerclient
Section: devel
Priority: optional
Standards-Version: 4.5.0
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-golang,
golang-any,
golang-github-docker-docker-dev (>= 17.12.1~),
golang-github-docker-go-units-dev,
golang-github-google-go-cmp-dev (>= 0.2.0~),
golang-github-gorilla-context-dev,
golang-github-gorilla-mux-dev,
# golang-github-opencontainers-runc-dev,
golang-github-sirupsen-logrus-dev,
golang-github-stretchr-testify-dev,
golang-golang-x-net-dev,
golang-golang-x-sys-dev,
Homepage: https://github.com/fsouza/go-dockerclient
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-fsouza-go-dockerclient
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-fsouza-go-dockerclient.git
XS-Go-Import-Path: github.com/fsouza/go-dockerclient
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no
Package: golang-github-fsouza-go-dockerclient-dev
Architecture: all
Depends: ${misc:Depends},
golang-github-docker-docker-dev (>= 17.12.1~),
golang-github-docker-go-units-dev,
golang-github-gorilla-context-dev,
golang-github-gorilla-mux-dev,
# golang-github-opencontainers-runc-dev,
golang-github-sirupsen-logrus-dev,
golang-github-stretchr-testify-dev,
golang-golang-x-net-dev,
golang-golang-x-sys-dev,
Description: Docker client library in Go
Client for the Docker remote API with support for the extensions in the
Swarm API.
.
This package also provides support for docker's network API, which is a
simple passthrough to the libnetwork remote API. Note that docker's
network API is only available in docker 1.8 and above, and only enabled in
docker if DOCKER_EXPERIMENTAL is defined during the docker build process.
|