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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: golang-github-hashicorp-go-discover
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Dmitry Smirnov <onlyjob@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-golang,
Build-Depends-Indep: golang-any
,golang-github-aws-aws-sdk-go-dev
# ,golang-github-azure-azure-sdk-for-go-dev
,golang-github-azure-go-autorest-dev
,golang-github-denverdino-aliyungo-dev (>= 0.0~git20180921.13fa8aa-4)
,golang-github-digitalocean-godo-dev
,golang-github-gophercloud-gophercloud-dev
,golang-github-hashicorp-go-multierror-dev
,golang-github-hashicorp-mdns-dev
,golang-github-mitchellh-go-homedir-dev
,golang-github-packethost-packngo-dev
,golang-github-vmware-govmomi-dev
,golang-golang-x-oauth2-google-dev
,golang-google-api-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-discover
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-discover.git
Homepage: https://github.com/hashicorp/go-discover
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/hashicorp/go-discover
Package: golang-github-hashicorp-go-discover-dev
Architecture: all
Depends: ${misc:Depends}
,golang-github-aws-aws-sdk-go-dev
# ,golang-github-azure-azure-sdk-for-go-dev
,golang-github-azure-go-autorest-dev
,golang-github-denverdino-aliyungo-dev (>= 0.0~git20180921.13fa8aa-4)
,golang-github-digitalocean-godo-dev
,golang-github-gophercloud-gophercloud-dev
,golang-github-hashicorp-go-multierror-dev
,golang-github-hashicorp-mdns-dev
,golang-github-mitchellh-go-homedir-dev
,golang-github-packethost-packngo-dev
,golang-github-vmware-govmomi-dev
,golang-golang-x-oauth2-google-dev
,golang-google-api-dev
Description: discover nodes in cloud environments
Go-discover is a Golang library and command line tool to discover ip
addresses of nodes in cloud environments based on meta information like
tags provided by the environment.
#Package: godiscover
#Architecture: any
#Built-Using: ${misc:Built-Using}
#Depends: ${shlibs:Depends}, ${misc:Depends}
#Description: discover nodes in cloud environments - CLI
# Go-discover is a Golang library and command line tool to discover ip
# addresses of nodes in cloud environments based on meta information like
# tags provided by the environment.
# .
# This package provides command line utility "godiscover".
|