mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
6adad71125
This is like a Möbius strip of code due to the fact that low-level components (serf/memberlist) are connected to high-level components (the catalog and mesh-gateways) in a twisty maze of references which make it hard to dive into. With that in mind here's a high level summary of what you'll find in the patch: There are several distinct chunks of code that are affected: * new flags and config options for the server * retry join WAN is slightly different * retry join code is shared to discover primary mesh gateways from secondary datacenters * because retry join logic runs in the *agent* and the results of that operation for primary mesh gateways are needed in the *server* there are some methods like `RefreshPrimaryGatewayFallbackAddresses` that must occur at multiple layers of abstraction just to pass the data down to the right layer. * new cache type `FederationStateListMeshGatewaysName` for use in `proxycfg/xds` layers * the function signature for RPC dialing picked up a new required field (the node name of the destination) * several new RPCs for manipulating a FederationState object: `FederationState:{Apply,Get,List,ListMeshGateways}` * 3 read-only internal APIs for debugging use to invoke those RPCs from curl * raft and fsm changes to persist these FederationStates * replication for FederationStates as they are canonically stored in the Primary and replicated to the Secondaries. * a special derivative of anti-entropy that runs in secondaries to snapshot their local mesh gateway `CheckServiceNodes` and sync them into their upstream FederationState in the primary (this works in conjunction with the replication to distribute addresses for all mesh gateways in all DCs to all other DCs) * a "gateway locator" convenience object to make use of this data to choose the addresses of gateways to use for any given RPC or gossip operation to a remote DC. This gets data from the "retry join" logic in the agent and also directly calls into the FSM. * RPC (`:8300`) on the server sniffs the first byte of a new connection to determine if it's actually doing native TLS. If so it checks the ALPN header for protocol determination (just like how the existing system uses the type-byte marker). * 2 new kinds of protocols are exclusively decoded via this native TLS mechanism: one for ferrying "packet" operations (udp-like) from the gossip layer and one for "stream" operations (tcp-like). The packet operations re-use sockets (using length-prefixing) to cut down on TLS re-negotiation overhead. * the server instances specially wrap the `memberlist.NetTransport` when running with gateway federation enabled (in a `wanfed.Transport`). The general gist is that if it tries to dial a node in the SAME datacenter (deduced by looking at the suffix of the node name) there is no change. If dialing a DIFFERENT datacenter it is wrapped up in a TLS+ALPN blob and sent through some mesh gateways to eventually end up in a server's :8300 port. * a new flag when launching a mesh gateway via `consul connect envoy` to indicate that the servers are to be exposed. This sets a special service meta when registering the gateway into the catalog. * `proxycfg/xds` notice this metadata blob to activate additional watches for the FederationState objects as well as the location of all of the consul servers in that datacenter. * `xds:` if the extra metadata is in place additional clusters are defined in a DC to bulk sink all traffic to another DC's gateways. For the current datacenter we listen on a wildcard name (`server.<dc>.consul`) that load balances all servers as well as one mini-cluster per node (`<node>.server.<dc>.consul`) * the `consul tls cert create` command got a new flag (`-node`) to help create an additional SAN in certs that can be used with this flavor of federation.
654 lines
26 KiB
Plaintext
654 lines
26 KiB
Plaintext
# cloud.google.com/go v0.26.0
|
|
cloud.google.com/go/compute/metadata
|
|
# github.com/Azure/azure-sdk-for-go v16.0.0+incompatible
|
|
github.com/Azure/azure-sdk-for-go/services/network/mgmt/2015-06-15/network
|
|
github.com/Azure/azure-sdk-for-go/version
|
|
# github.com/Azure/go-autorest v10.15.3+incompatible
|
|
github.com/Azure/go-autorest/autorest
|
|
github.com/Azure/go-autorest/autorest/adal
|
|
github.com/Azure/go-autorest/autorest/azure
|
|
github.com/Azure/go-autorest/autorest/azure/auth
|
|
github.com/Azure/go-autorest/autorest/date
|
|
github.com/Azure/go-autorest/autorest/to
|
|
github.com/Azure/go-autorest/autorest/validation
|
|
github.com/Azure/go-autorest/logger
|
|
github.com/Azure/go-autorest/version
|
|
# github.com/DataDog/datadog-go v2.2.0+incompatible
|
|
github.com/DataDog/datadog-go/statsd
|
|
# github.com/Microsoft/go-winio v0.4.3
|
|
github.com/Microsoft/go-winio
|
|
# github.com/NYTimes/gziphandler v1.0.1
|
|
github.com/NYTimes/gziphandler
|
|
# github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6
|
|
github.com/StackExchange/wmi
|
|
# github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e
|
|
github.com/armon/circbuf
|
|
# github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878
|
|
github.com/armon/go-metrics
|
|
github.com/armon/go-metrics/circonus
|
|
github.com/armon/go-metrics/datadog
|
|
github.com/armon/go-metrics/prometheus
|
|
# github.com/armon/go-radix v1.0.0
|
|
github.com/armon/go-radix
|
|
# github.com/aws/aws-sdk-go v1.25.41
|
|
github.com/aws/aws-sdk-go/aws
|
|
github.com/aws/aws-sdk-go/aws/awserr
|
|
github.com/aws/aws-sdk-go/aws/awsutil
|
|
github.com/aws/aws-sdk-go/aws/client
|
|
github.com/aws/aws-sdk-go/aws/client/metadata
|
|
github.com/aws/aws-sdk-go/aws/corehandlers
|
|
github.com/aws/aws-sdk-go/aws/credentials
|
|
github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds
|
|
github.com/aws/aws-sdk-go/aws/credentials/endpointcreds
|
|
github.com/aws/aws-sdk-go/aws/credentials/processcreds
|
|
github.com/aws/aws-sdk-go/aws/credentials/stscreds
|
|
github.com/aws/aws-sdk-go/aws/csm
|
|
github.com/aws/aws-sdk-go/aws/defaults
|
|
github.com/aws/aws-sdk-go/aws/ec2metadata
|
|
github.com/aws/aws-sdk-go/aws/endpoints
|
|
github.com/aws/aws-sdk-go/aws/request
|
|
github.com/aws/aws-sdk-go/aws/session
|
|
github.com/aws/aws-sdk-go/aws/signer/v4
|
|
github.com/aws/aws-sdk-go/internal/ini
|
|
github.com/aws/aws-sdk-go/internal/sdkio
|
|
github.com/aws/aws-sdk-go/internal/sdkmath
|
|
github.com/aws/aws-sdk-go/internal/sdkrand
|
|
github.com/aws/aws-sdk-go/internal/sdkuri
|
|
github.com/aws/aws-sdk-go/internal/shareddefaults
|
|
github.com/aws/aws-sdk-go/private/protocol
|
|
github.com/aws/aws-sdk-go/private/protocol/ec2query
|
|
github.com/aws/aws-sdk-go/private/protocol/json/jsonutil
|
|
github.com/aws/aws-sdk-go/private/protocol/jsonrpc
|
|
github.com/aws/aws-sdk-go/private/protocol/query
|
|
github.com/aws/aws-sdk-go/private/protocol/query/queryutil
|
|
github.com/aws/aws-sdk-go/private/protocol/rest
|
|
github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
|
|
github.com/aws/aws-sdk-go/service/acmpca
|
|
github.com/aws/aws-sdk-go/service/ec2
|
|
github.com/aws/aws-sdk-go/service/sts
|
|
github.com/aws/aws-sdk-go/service/sts/stsiface
|
|
# github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
|
|
github.com/beorn7/perks/quantile
|
|
# github.com/bgentry/speakeasy v0.1.0
|
|
github.com/bgentry/speakeasy
|
|
# github.com/boltdb/bolt v1.3.1
|
|
github.com/boltdb/bolt
|
|
# github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible
|
|
github.com/circonus-labs/circonus-gometrics
|
|
github.com/circonus-labs/circonus-gometrics/api
|
|
github.com/circonus-labs/circonus-gometrics/api/config
|
|
github.com/circonus-labs/circonus-gometrics/checkmgr
|
|
# github.com/circonus-labs/circonusllhist v0.1.3
|
|
github.com/circonus-labs/circonusllhist
|
|
# github.com/coredns/coredns v1.1.2
|
|
github.com/coredns/coredns/plugin/pkg/dnsutil
|
|
# github.com/davecgh/go-spew v1.1.1
|
|
github.com/davecgh/go-spew/spew
|
|
# github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661
|
|
github.com/denverdino/aliyungo/common
|
|
github.com/denverdino/aliyungo/ecs
|
|
github.com/denverdino/aliyungo/util
|
|
# github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/dgrijalva/jwt-go
|
|
# github.com/digitalocean/godo v1.10.0
|
|
github.com/digitalocean/godo
|
|
# github.com/dimchansky/utfbom v1.1.0
|
|
github.com/dimchansky/utfbom
|
|
# github.com/docker/go-connections v0.3.0
|
|
github.com/docker/go-connections/sockets
|
|
# github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0
|
|
github.com/elazarl/go-bindata-assetfs
|
|
# github.com/envoyproxy/go-control-plane v0.8.0
|
|
github.com/envoyproxy/go-control-plane/envoy/api/v2
|
|
github.com/envoyproxy/go-control-plane/envoy/api/v2/auth
|
|
github.com/envoyproxy/go-control-plane/envoy/api/v2/cluster
|
|
github.com/envoyproxy/go-control-plane/envoy/api/v2/core
|
|
github.com/envoyproxy/go-control-plane/envoy/api/v2/endpoint
|
|
github.com/envoyproxy/go-control-plane/envoy/api/v2/listener
|
|
github.com/envoyproxy/go-control-plane/envoy/api/v2/route
|
|
github.com/envoyproxy/go-control-plane/envoy/config/filter/accesslog/v2
|
|
github.com/envoyproxy/go-control-plane/envoy/config/filter/network/ext_authz/v2
|
|
github.com/envoyproxy/go-control-plane/envoy/config/filter/network/http_connection_manager/v2
|
|
github.com/envoyproxy/go-control-plane/envoy/config/filter/network/tcp_proxy/v2
|
|
github.com/envoyproxy/go-control-plane/envoy/service/auth/v2
|
|
github.com/envoyproxy/go-control-plane/envoy/service/auth/v2alpha
|
|
github.com/envoyproxy/go-control-plane/envoy/service/discovery/v2
|
|
github.com/envoyproxy/go-control-plane/envoy/type
|
|
github.com/envoyproxy/go-control-plane/pkg/util
|
|
# github.com/envoyproxy/protoc-gen-validate v0.0.14
|
|
github.com/envoyproxy/protoc-gen-validate/validate
|
|
# github.com/fatih/color v1.9.0
|
|
github.com/fatih/color
|
|
# github.com/ghodss/yaml v1.0.0
|
|
github.com/ghodss/yaml
|
|
# github.com/go-ole/go-ole v1.2.1
|
|
github.com/go-ole/go-ole
|
|
github.com/go-ole/go-ole/oleutil
|
|
# github.com/gogo/googleapis v1.1.0
|
|
github.com/gogo/googleapis/google/api
|
|
github.com/gogo/googleapis/google/rpc
|
|
# github.com/gogo/protobuf v1.2.1
|
|
github.com/gogo/protobuf/gogoproto
|
|
github.com/gogo/protobuf/jsonpb
|
|
github.com/gogo/protobuf/proto
|
|
github.com/gogo/protobuf/protoc-gen-gogo/descriptor
|
|
github.com/gogo/protobuf/sortkeys
|
|
github.com/gogo/protobuf/types
|
|
# github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/golang/glog
|
|
# github.com/golang/protobuf v1.3.1
|
|
github.com/golang/protobuf/proto
|
|
github.com/golang/protobuf/protoc-gen-go/descriptor
|
|
github.com/golang/protobuf/ptypes
|
|
github.com/golang/protobuf/ptypes/any
|
|
github.com/golang/protobuf/ptypes/duration
|
|
github.com/golang/protobuf/ptypes/timestamp
|
|
# github.com/golang/snappy v0.0.1
|
|
github.com/golang/snappy
|
|
# github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c
|
|
github.com/google/btree
|
|
# github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135
|
|
github.com/google/go-querystring/query
|
|
# github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf
|
|
github.com/google/gofuzz
|
|
# github.com/google/tcpproxy v0.0.0-20180808230851-dfa16c61dad2
|
|
github.com/google/tcpproxy
|
|
# github.com/googleapis/gnostic v0.2.0
|
|
github.com/googleapis/gnostic/OpenAPIv2
|
|
github.com/googleapis/gnostic/compiler
|
|
github.com/googleapis/gnostic/extensions
|
|
# github.com/gophercloud/gophercloud v0.0.0-20180828235145-f29afc2cceca
|
|
github.com/gophercloud/gophercloud
|
|
github.com/gophercloud/gophercloud/openstack
|
|
github.com/gophercloud/gophercloud/openstack/compute/v2/flavors
|
|
github.com/gophercloud/gophercloud/openstack/compute/v2/images
|
|
github.com/gophercloud/gophercloud/openstack/compute/v2/servers
|
|
github.com/gophercloud/gophercloud/openstack/identity/v2/tenants
|
|
github.com/gophercloud/gophercloud/openstack/identity/v2/tokens
|
|
github.com/gophercloud/gophercloud/openstack/identity/v3/tokens
|
|
github.com/gophercloud/gophercloud/openstack/utils
|
|
github.com/gophercloud/gophercloud/pagination
|
|
# github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
|
|
github.com/gregjones/httpcache
|
|
github.com/gregjones/httpcache/diskcache
|
|
# github.com/hashicorp/errwrap v1.0.0
|
|
github.com/hashicorp/errwrap
|
|
# github.com/hashicorp/go-bexpr v0.1.2
|
|
github.com/hashicorp/go-bexpr
|
|
# github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de
|
|
github.com/hashicorp/go-checkpoint
|
|
# github.com/hashicorp/go-cleanhttp v0.5.1
|
|
github.com/hashicorp/go-cleanhttp
|
|
# github.com/hashicorp/go-connlimit v0.2.0
|
|
github.com/hashicorp/go-connlimit
|
|
# github.com/hashicorp/go-discover v0.0.0-20191202160150-7ec2cfbda7a2
|
|
github.com/hashicorp/go-discover
|
|
github.com/hashicorp/go-discover/provider/aliyun
|
|
github.com/hashicorp/go-discover/provider/aws
|
|
github.com/hashicorp/go-discover/provider/azure
|
|
github.com/hashicorp/go-discover/provider/digitalocean
|
|
github.com/hashicorp/go-discover/provider/gce
|
|
github.com/hashicorp/go-discover/provider/k8s
|
|
github.com/hashicorp/go-discover/provider/linode
|
|
github.com/hashicorp/go-discover/provider/mdns
|
|
github.com/hashicorp/go-discover/provider/os
|
|
github.com/hashicorp/go-discover/provider/packet
|
|
github.com/hashicorp/go-discover/provider/scaleway
|
|
github.com/hashicorp/go-discover/provider/softlayer
|
|
github.com/hashicorp/go-discover/provider/tencentcloud
|
|
github.com/hashicorp/go-discover/provider/triton
|
|
github.com/hashicorp/go-discover/provider/vsphere
|
|
# github.com/hashicorp/go-hclog v0.12.0
|
|
github.com/hashicorp/go-hclog
|
|
# github.com/hashicorp/go-immutable-radix v1.1.0
|
|
github.com/hashicorp/go-immutable-radix
|
|
# github.com/hashicorp/go-memdb v1.0.3
|
|
github.com/hashicorp/go-memdb
|
|
# github.com/hashicorp/go-msgpack v0.5.5
|
|
github.com/hashicorp/go-msgpack/codec
|
|
# github.com/hashicorp/go-multierror v1.0.0
|
|
github.com/hashicorp/go-multierror
|
|
# github.com/hashicorp/go-raftchunking v0.6.1
|
|
github.com/hashicorp/go-raftchunking
|
|
github.com/hashicorp/go-raftchunking/types
|
|
# github.com/hashicorp/go-retryablehttp v0.5.4
|
|
github.com/hashicorp/go-retryablehttp
|
|
# github.com/hashicorp/go-rootcerts v1.0.2
|
|
github.com/hashicorp/go-rootcerts
|
|
# github.com/hashicorp/go-sockaddr v1.0.2
|
|
github.com/hashicorp/go-sockaddr
|
|
github.com/hashicorp/go-sockaddr/template
|
|
# github.com/hashicorp/go-syslog v1.0.0
|
|
github.com/hashicorp/go-syslog
|
|
# github.com/hashicorp/go-uuid v1.0.1
|
|
github.com/hashicorp/go-uuid
|
|
# github.com/hashicorp/go-version v1.1.0
|
|
github.com/hashicorp/go-version
|
|
# github.com/hashicorp/golang-lru v0.5.1
|
|
github.com/hashicorp/golang-lru
|
|
github.com/hashicorp/golang-lru/simplelru
|
|
# github.com/hashicorp/hcl v1.0.0
|
|
github.com/hashicorp/hcl
|
|
github.com/hashicorp/hcl/hcl/ast
|
|
github.com/hashicorp/hcl/hcl/parser
|
|
github.com/hashicorp/hcl/hcl/printer
|
|
github.com/hashicorp/hcl/hcl/scanner
|
|
github.com/hashicorp/hcl/hcl/strconv
|
|
github.com/hashicorp/hcl/hcl/token
|
|
github.com/hashicorp/hcl/json/parser
|
|
github.com/hashicorp/hcl/json/scanner
|
|
github.com/hashicorp/hcl/json/token
|
|
# github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5
|
|
github.com/hashicorp/hil
|
|
github.com/hashicorp/hil/ast
|
|
# github.com/hashicorp/mdns v1.0.1
|
|
github.com/hashicorp/mdns
|
|
# github.com/hashicorp/memberlist v0.2.0
|
|
github.com/hashicorp/memberlist
|
|
# github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69
|
|
github.com/hashicorp/net-rpc-msgpackrpc
|
|
# github.com/hashicorp/raft v1.1.2
|
|
github.com/hashicorp/raft
|
|
# github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea
|
|
github.com/hashicorp/raft-boltdb
|
|
# github.com/hashicorp/serf v0.9.0
|
|
github.com/hashicorp/serf/coordinate
|
|
github.com/hashicorp/serf/serf
|
|
# github.com/hashicorp/vault/api v1.0.4
|
|
github.com/hashicorp/vault/api
|
|
# github.com/hashicorp/vault/sdk v0.1.13
|
|
github.com/hashicorp/vault/sdk/helper/compressutil
|
|
github.com/hashicorp/vault/sdk/helper/consts
|
|
github.com/hashicorp/vault/sdk/helper/hclutil
|
|
github.com/hashicorp/vault/sdk/helper/jsonutil
|
|
github.com/hashicorp/vault/sdk/helper/parseutil
|
|
github.com/hashicorp/vault/sdk/helper/strutil
|
|
# github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443
|
|
github.com/hashicorp/vic/pkg/vsphere/tags
|
|
# github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d
|
|
github.com/hashicorp/yamux
|
|
# github.com/imdario/mergo v0.3.6
|
|
github.com/imdario/mergo
|
|
# github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
|
|
github.com/jmespath/go-jmespath
|
|
# github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62
|
|
github.com/joyent/triton-go
|
|
github.com/joyent/triton-go/authentication
|
|
github.com/joyent/triton-go/client
|
|
github.com/joyent/triton-go/compute
|
|
github.com/joyent/triton-go/errors
|
|
# github.com/json-iterator/go v1.1.5
|
|
github.com/json-iterator/go
|
|
# github.com/kr/text v0.1.0
|
|
github.com/kr/text
|
|
# github.com/linode/linodego v0.7.1
|
|
github.com/linode/linodego
|
|
# github.com/mattn/go-colorable v0.1.4
|
|
github.com/mattn/go-colorable
|
|
# github.com/mattn/go-isatty v0.0.12
|
|
github.com/mattn/go-isatty
|
|
# github.com/matttproud/golang_protobuf_extensions v1.0.1
|
|
github.com/matttproud/golang_protobuf_extensions/pbutil
|
|
# github.com/miekg/dns v1.1.26
|
|
github.com/miekg/dns
|
|
# github.com/mitchellh/cli v1.0.0
|
|
github.com/mitchellh/cli
|
|
# github.com/mitchellh/copystructure v1.0.0
|
|
github.com/mitchellh/copystructure
|
|
# github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/mitchellh/go-homedir
|
|
# github.com/mitchellh/go-testing-interface v1.0.0
|
|
github.com/mitchellh/go-testing-interface
|
|
# github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452
|
|
github.com/mitchellh/hashstructure
|
|
# github.com/mitchellh/mapstructure v1.1.2
|
|
github.com/mitchellh/mapstructure
|
|
# github.com/mitchellh/reflectwalk v1.0.1
|
|
github.com/mitchellh/reflectwalk
|
|
# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
|
|
github.com/modern-go/concurrent
|
|
# github.com/modern-go/reflect2 v1.0.1
|
|
github.com/modern-go/reflect2
|
|
# github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2
|
|
github.com/nicolai86/scaleway-sdk
|
|
# github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c
|
|
github.com/packethost/packngo
|
|
# github.com/pascaldekloe/goe v0.1.0
|
|
github.com/pascaldekloe/goe/verify
|
|
# github.com/peterbourgon/diskv v2.0.1+incompatible
|
|
github.com/peterbourgon/diskv
|
|
# github.com/pierrec/lz4 v2.0.5+incompatible
|
|
github.com/pierrec/lz4
|
|
github.com/pierrec/lz4/internal/xxh32
|
|
# github.com/pkg/errors v0.8.1
|
|
github.com/pkg/errors
|
|
# github.com/pmezard/go-difflib v1.0.0
|
|
github.com/pmezard/go-difflib/difflib
|
|
# github.com/posener/complete v1.1.1
|
|
github.com/posener/complete
|
|
github.com/posener/complete/cmd
|
|
github.com/posener/complete/cmd/install
|
|
github.com/posener/complete/match
|
|
# github.com/prometheus/client_golang v0.9.2
|
|
github.com/prometheus/client_golang/prometheus
|
|
github.com/prometheus/client_golang/prometheus/internal
|
|
github.com/prometheus/client_golang/prometheus/promhttp
|
|
# github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
|
|
github.com/prometheus/client_model/go
|
|
# github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
|
|
github.com/prometheus/common/expfmt
|
|
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
|
|
github.com/prometheus/common/model
|
|
# github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a
|
|
github.com/prometheus/procfs
|
|
github.com/prometheus/procfs/internal/util
|
|
github.com/prometheus/procfs/nfs
|
|
github.com/prometheus/procfs/xfs
|
|
# github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03
|
|
github.com/renier/xmlrpc
|
|
# github.com/ryanuber/columnize v2.1.0+incompatible
|
|
github.com/ryanuber/columnize
|
|
# github.com/ryanuber/go-glob v1.0.0
|
|
github.com/ryanuber/go-glob
|
|
# github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529
|
|
github.com/sean-/seed
|
|
# github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880
|
|
github.com/shirou/gopsutil/cpu
|
|
github.com/shirou/gopsutil/disk
|
|
github.com/shirou/gopsutil/host
|
|
github.com/shirou/gopsutil/internal/common
|
|
github.com/shirou/gopsutil/mem
|
|
github.com/shirou/gopsutil/net
|
|
github.com/shirou/gopsutil/process
|
|
# github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4
|
|
github.com/shirou/w32
|
|
# github.com/sirupsen/logrus v1.0.6
|
|
github.com/sirupsen/logrus
|
|
# github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d
|
|
github.com/softlayer/softlayer-go/config
|
|
github.com/softlayer/softlayer-go/datatypes
|
|
github.com/softlayer/softlayer-go/filter
|
|
github.com/softlayer/softlayer-go/services
|
|
github.com/softlayer/softlayer-go/session
|
|
github.com/softlayer/softlayer-go/sl
|
|
# github.com/spf13/pflag v1.0.3
|
|
github.com/spf13/pflag
|
|
# github.com/stretchr/objx v0.1.1
|
|
github.com/stretchr/objx
|
|
# github.com/stretchr/testify v1.4.0
|
|
github.com/stretchr/testify/assert
|
|
github.com/stretchr/testify/mock
|
|
github.com/stretchr/testify/require
|
|
# github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/errors
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/http
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/profile
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cvm/v20170312
|
|
# github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926
|
|
github.com/tv42/httpunix
|
|
# github.com/vmware/govmomi v0.18.0
|
|
github.com/vmware/govmomi
|
|
github.com/vmware/govmomi/find
|
|
github.com/vmware/govmomi/list
|
|
github.com/vmware/govmomi/nfc
|
|
github.com/vmware/govmomi/object
|
|
github.com/vmware/govmomi/property
|
|
github.com/vmware/govmomi/session
|
|
github.com/vmware/govmomi/task
|
|
github.com/vmware/govmomi/vim25
|
|
github.com/vmware/govmomi/vim25/debug
|
|
github.com/vmware/govmomi/vim25/methods
|
|
github.com/vmware/govmomi/vim25/mo
|
|
github.com/vmware/govmomi/vim25/progress
|
|
github.com/vmware/govmomi/vim25/soap
|
|
github.com/vmware/govmomi/vim25/types
|
|
github.com/vmware/govmomi/vim25/xml
|
|
# golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4
|
|
golang.org/x/crypto/blake2b
|
|
golang.org/x/crypto/curve25519
|
|
golang.org/x/crypto/ed25519
|
|
golang.org/x/crypto/ed25519/internal/edwards25519
|
|
golang.org/x/crypto/internal/chacha20
|
|
golang.org/x/crypto/internal/subtle
|
|
golang.org/x/crypto/pbkdf2
|
|
golang.org/x/crypto/pkcs12
|
|
golang.org/x/crypto/pkcs12/internal/rc2
|
|
golang.org/x/crypto/poly1305
|
|
golang.org/x/crypto/ssh
|
|
golang.org/x/crypto/ssh/agent
|
|
golang.org/x/crypto/ssh/terminal
|
|
# golang.org/x/net v0.0.0-20190923162816-aa69164e4478
|
|
golang.org/x/net/bpf
|
|
golang.org/x/net/context
|
|
golang.org/x/net/context/ctxhttp
|
|
golang.org/x/net/http/httpguts
|
|
golang.org/x/net/http2
|
|
golang.org/x/net/http2/hpack
|
|
golang.org/x/net/idna
|
|
golang.org/x/net/internal/iana
|
|
golang.org/x/net/internal/socket
|
|
golang.org/x/net/internal/socks
|
|
golang.org/x/net/internal/timeseries
|
|
golang.org/x/net/ipv4
|
|
golang.org/x/net/ipv6
|
|
golang.org/x/net/proxy
|
|
golang.org/x/net/publicsuffix
|
|
golang.org/x/net/trace
|
|
# golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
|
|
golang.org/x/oauth2
|
|
golang.org/x/oauth2/google
|
|
golang.org/x/oauth2/internal
|
|
golang.org/x/oauth2/jws
|
|
golang.org/x/oauth2/jwt
|
|
# golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
golang.org/x/sync/errgroup
|
|
golang.org/x/sync/singleflight
|
|
# golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9
|
|
golang.org/x/sys/cpu
|
|
golang.org/x/sys/unix
|
|
golang.org/x/sys/windows
|
|
golang.org/x/sys/windows/svc
|
|
# golang.org/x/text v0.3.2
|
|
golang.org/x/text/encoding
|
|
golang.org/x/text/encoding/charmap
|
|
golang.org/x/text/encoding/internal
|
|
golang.org/x/text/encoding/internal/identifier
|
|
golang.org/x/text/secure/bidirule
|
|
golang.org/x/text/transform
|
|
golang.org/x/text/unicode/bidi
|
|
golang.org/x/text/unicode/norm
|
|
# golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
|
|
golang.org/x/time/rate
|
|
# google.golang.org/api v0.0.0-20180829000535-087779f1d2c9
|
|
google.golang.org/api/compute/v1
|
|
google.golang.org/api/gensupport
|
|
google.golang.org/api/googleapi
|
|
google.golang.org/api/googleapi/internal/uritemplates
|
|
# google.golang.org/appengine v1.4.0
|
|
google.golang.org/appengine
|
|
google.golang.org/appengine/internal
|
|
google.golang.org/appengine/internal/app_identity
|
|
google.golang.org/appengine/internal/base
|
|
google.golang.org/appengine/internal/datastore
|
|
google.golang.org/appengine/internal/log
|
|
google.golang.org/appengine/internal/modules
|
|
google.golang.org/appengine/internal/remote_api
|
|
google.golang.org/appengine/internal/urlfetch
|
|
google.golang.org/appengine/urlfetch
|
|
# google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107
|
|
google.golang.org/genproto/googleapis/rpc/status
|
|
# google.golang.org/grpc v1.23.0
|
|
google.golang.org/grpc
|
|
google.golang.org/grpc/balancer
|
|
google.golang.org/grpc/balancer/base
|
|
google.golang.org/grpc/balancer/roundrobin
|
|
google.golang.org/grpc/binarylog/grpc_binarylog_v1
|
|
google.golang.org/grpc/codes
|
|
google.golang.org/grpc/connectivity
|
|
google.golang.org/grpc/credentials
|
|
google.golang.org/grpc/credentials/internal
|
|
google.golang.org/grpc/encoding
|
|
google.golang.org/grpc/encoding/proto
|
|
google.golang.org/grpc/grpclog
|
|
google.golang.org/grpc/health
|
|
google.golang.org/grpc/health/grpc_health_v1
|
|
google.golang.org/grpc/internal
|
|
google.golang.org/grpc/internal/backoff
|
|
google.golang.org/grpc/internal/balancerload
|
|
google.golang.org/grpc/internal/binarylog
|
|
google.golang.org/grpc/internal/channelz
|
|
google.golang.org/grpc/internal/envconfig
|
|
google.golang.org/grpc/internal/grpcrand
|
|
google.golang.org/grpc/internal/grpcsync
|
|
google.golang.org/grpc/internal/syscall
|
|
google.golang.org/grpc/internal/transport
|
|
google.golang.org/grpc/keepalive
|
|
google.golang.org/grpc/metadata
|
|
google.golang.org/grpc/naming
|
|
google.golang.org/grpc/peer
|
|
google.golang.org/grpc/resolver
|
|
google.golang.org/grpc/resolver/dns
|
|
google.golang.org/grpc/resolver/passthrough
|
|
google.golang.org/grpc/serviceconfig
|
|
google.golang.org/grpc/stats
|
|
google.golang.org/grpc/status
|
|
google.golang.org/grpc/tap
|
|
# gopkg.in/inf.v0 v0.9.1
|
|
gopkg.in/inf.v0
|
|
# gopkg.in/resty.v1 v1.12.0
|
|
gopkg.in/resty.v1
|
|
# gopkg.in/square/go-jose.v2 v2.3.1
|
|
gopkg.in/square/go-jose.v2
|
|
gopkg.in/square/go-jose.v2/cipher
|
|
gopkg.in/square/go-jose.v2/json
|
|
gopkg.in/square/go-jose.v2/jwt
|
|
# gopkg.in/yaml.v2 v2.2.8
|
|
gopkg.in/yaml.v2
|
|
# k8s.io/api v0.0.0-20190325185214-7544f9db76f6
|
|
k8s.io/api/admissionregistration/v1alpha1
|
|
k8s.io/api/admissionregistration/v1beta1
|
|
k8s.io/api/apps/v1
|
|
k8s.io/api/apps/v1beta1
|
|
k8s.io/api/apps/v1beta2
|
|
k8s.io/api/authentication/v1
|
|
k8s.io/api/authentication/v1beta1
|
|
k8s.io/api/authorization/v1
|
|
k8s.io/api/authorization/v1beta1
|
|
k8s.io/api/autoscaling/v1
|
|
k8s.io/api/autoscaling/v2beta1
|
|
k8s.io/api/batch/v1
|
|
k8s.io/api/batch/v1beta1
|
|
k8s.io/api/batch/v2alpha1
|
|
k8s.io/api/certificates/v1beta1
|
|
k8s.io/api/core/v1
|
|
k8s.io/api/events/v1beta1
|
|
k8s.io/api/extensions/v1beta1
|
|
k8s.io/api/networking/v1
|
|
k8s.io/api/policy/v1beta1
|
|
k8s.io/api/rbac/v1
|
|
k8s.io/api/rbac/v1alpha1
|
|
k8s.io/api/rbac/v1beta1
|
|
k8s.io/api/scheduling/v1alpha1
|
|
k8s.io/api/scheduling/v1beta1
|
|
k8s.io/api/settings/v1alpha1
|
|
k8s.io/api/storage/v1
|
|
k8s.io/api/storage/v1alpha1
|
|
k8s.io/api/storage/v1beta1
|
|
# k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841
|
|
k8s.io/apimachinery/pkg/api/errors
|
|
k8s.io/apimachinery/pkg/api/meta
|
|
k8s.io/apimachinery/pkg/api/resource
|
|
k8s.io/apimachinery/pkg/apis/meta/v1
|
|
k8s.io/apimachinery/pkg/apis/meta/v1/unstructured
|
|
k8s.io/apimachinery/pkg/apis/meta/v1beta1
|
|
k8s.io/apimachinery/pkg/conversion
|
|
k8s.io/apimachinery/pkg/conversion/queryparams
|
|
k8s.io/apimachinery/pkg/fields
|
|
k8s.io/apimachinery/pkg/labels
|
|
k8s.io/apimachinery/pkg/runtime
|
|
k8s.io/apimachinery/pkg/runtime/schema
|
|
k8s.io/apimachinery/pkg/runtime/serializer
|
|
k8s.io/apimachinery/pkg/runtime/serializer/json
|
|
k8s.io/apimachinery/pkg/runtime/serializer/protobuf
|
|
k8s.io/apimachinery/pkg/runtime/serializer/recognizer
|
|
k8s.io/apimachinery/pkg/runtime/serializer/streaming
|
|
k8s.io/apimachinery/pkg/runtime/serializer/versioning
|
|
k8s.io/apimachinery/pkg/selection
|
|
k8s.io/apimachinery/pkg/types
|
|
k8s.io/apimachinery/pkg/util/clock
|
|
k8s.io/apimachinery/pkg/util/errors
|
|
k8s.io/apimachinery/pkg/util/framer
|
|
k8s.io/apimachinery/pkg/util/intstr
|
|
k8s.io/apimachinery/pkg/util/json
|
|
k8s.io/apimachinery/pkg/util/net
|
|
k8s.io/apimachinery/pkg/util/runtime
|
|
k8s.io/apimachinery/pkg/util/sets
|
|
k8s.io/apimachinery/pkg/util/validation
|
|
k8s.io/apimachinery/pkg/util/validation/field
|
|
k8s.io/apimachinery/pkg/util/wait
|
|
k8s.io/apimachinery/pkg/util/yaml
|
|
k8s.io/apimachinery/pkg/version
|
|
k8s.io/apimachinery/pkg/watch
|
|
k8s.io/apimachinery/third_party/forked/golang/reflect
|
|
# k8s.io/client-go v8.0.0+incompatible
|
|
k8s.io/client-go/discovery
|
|
k8s.io/client-go/kubernetes
|
|
k8s.io/client-go/kubernetes/scheme
|
|
k8s.io/client-go/kubernetes/typed/admissionregistration/v1alpha1
|
|
k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1
|
|
k8s.io/client-go/kubernetes/typed/apps/v1
|
|
k8s.io/client-go/kubernetes/typed/apps/v1beta1
|
|
k8s.io/client-go/kubernetes/typed/apps/v1beta2
|
|
k8s.io/client-go/kubernetes/typed/authentication/v1
|
|
k8s.io/client-go/kubernetes/typed/authentication/v1beta1
|
|
k8s.io/client-go/kubernetes/typed/authorization/v1
|
|
k8s.io/client-go/kubernetes/typed/authorization/v1beta1
|
|
k8s.io/client-go/kubernetes/typed/autoscaling/v1
|
|
k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1
|
|
k8s.io/client-go/kubernetes/typed/batch/v1
|
|
k8s.io/client-go/kubernetes/typed/batch/v1beta1
|
|
k8s.io/client-go/kubernetes/typed/batch/v2alpha1
|
|
k8s.io/client-go/kubernetes/typed/certificates/v1beta1
|
|
k8s.io/client-go/kubernetes/typed/core/v1
|
|
k8s.io/client-go/kubernetes/typed/events/v1beta1
|
|
k8s.io/client-go/kubernetes/typed/extensions/v1beta1
|
|
k8s.io/client-go/kubernetes/typed/networking/v1
|
|
k8s.io/client-go/kubernetes/typed/policy/v1beta1
|
|
k8s.io/client-go/kubernetes/typed/rbac/v1
|
|
k8s.io/client-go/kubernetes/typed/rbac/v1alpha1
|
|
k8s.io/client-go/kubernetes/typed/rbac/v1beta1
|
|
k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1
|
|
k8s.io/client-go/kubernetes/typed/scheduling/v1beta1
|
|
k8s.io/client-go/kubernetes/typed/settings/v1alpha1
|
|
k8s.io/client-go/kubernetes/typed/storage/v1
|
|
k8s.io/client-go/kubernetes/typed/storage/v1alpha1
|
|
k8s.io/client-go/kubernetes/typed/storage/v1beta1
|
|
k8s.io/client-go/pkg/apis/clientauthentication
|
|
k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1
|
|
k8s.io/client-go/pkg/apis/clientauthentication/v1beta1
|
|
k8s.io/client-go/pkg/version
|
|
k8s.io/client-go/plugin/pkg/client/auth
|
|
k8s.io/client-go/plugin/pkg/client/auth/azure
|
|
k8s.io/client-go/plugin/pkg/client/auth/exec
|
|
k8s.io/client-go/plugin/pkg/client/auth/gcp
|
|
k8s.io/client-go/plugin/pkg/client/auth/oidc
|
|
k8s.io/client-go/plugin/pkg/client/auth/openstack
|
|
k8s.io/client-go/rest
|
|
k8s.io/client-go/rest/watch
|
|
k8s.io/client-go/third_party/forked/golang/template
|
|
k8s.io/client-go/tools/auth
|
|
k8s.io/client-go/tools/clientcmd
|
|
k8s.io/client-go/tools/clientcmd/api
|
|
k8s.io/client-go/tools/clientcmd/api/latest
|
|
k8s.io/client-go/tools/clientcmd/api/v1
|
|
k8s.io/client-go/tools/metrics
|
|
k8s.io/client-go/tools/reference
|
|
k8s.io/client-go/transport
|
|
k8s.io/client-go/util/cert
|
|
k8s.io/client-go/util/connrotation
|
|
k8s.io/client-go/util/flowcontrol
|
|
k8s.io/client-go/util/homedir
|
|
k8s.io/client-go/util/integer
|
|
k8s.io/client-go/util/jsonpath
|