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
|
Source: golang-github-docker-go-connections
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
dh-golang (>= 1.31),
ca-certificates,
golang-any,
golang-github-opencontainers-runc-dev,
golang-github-pkg-errors-dev,
golang-github-stretchr-testify-dev,
golang-golang-x-net-dev
Standards-Version: 3.9.8
Homepage: https://github.com/docker/go-connections
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-docker-go-connections.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-docker-go-connections.git
XS-Go-Import-Path: github.com/docker/go-connections
Package: golang-github-docker-go-connections-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-github-opencontainers-runc-dev,
golang-github-pkg-errors-dev,
golang-golang-x-net-dev
Description: Golang utility package to work with network connections
go-connections provides common package to work with network connections.
|