Re-think integration vendoring
- remove docker/docker from Traefik vendor (unused) - use `ignore` for all Traefik vendor in integration glide. - defined only integration specific version of the dependencies.
This commit is contained in:
parent
121c057b90
commit
22aceec426
1750 changed files with 5786 additions and 552456 deletions
1
integration/vendor/github.com/docker/go-connections/nat/parse.go
generated
vendored
1
integration/vendor/github.com/docker/go-connections/nat/parse.go
generated
vendored
|
@ -8,6 +8,7 @@ import (
|
|||
|
||||
// PartParser parses and validates the specified string (data) using the specified template
|
||||
// e.g. ip:public:private -> 192.168.0.1:80:8000
|
||||
// DEPRECATED: do not use, this function may be removed in a future version
|
||||
func PartParser(template, data string) (map[string]string, error) {
|
||||
// ip:public:private
|
||||
var (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue