2017-07-26 02:24:01 -07:00
|
|
|
ignored = [
|
|
|
|
|
"github.com/mholt/caddy",
|
|
|
|
|
"github.com/mholt/caddy/caddyfile",
|
|
|
|
|
"github.com/mholt/caddy/startupshutdown",
|
|
|
|
|
"github.com/miekg/dns",
|
2017-12-27 14:15:03 +00:00
|
|
|
"github.com/prometheus/client_golang/prometheus",
|
|
|
|
|
"github.com/prometheus/client_golang/prometheus/promhttp",
|
2017-07-26 02:24:01 -07:00
|
|
|
"golang.org/x/net/context",
|
|
|
|
|
"golang.org/x/net/context/ctxhttp",
|
|
|
|
|
"golang.org/x/net/http2",
|
|
|
|
|
"golang.org/x/net/http2/hpack",
|
|
|
|
|
"golang.org/x/net/idna",
|
|
|
|
|
"golang.org/x/net/internal/timeseries",
|
|
|
|
|
"golang.org/x/net/lex/httplex",
|
|
|
|
|
"golang.org/x/net/trace",
|
|
|
|
|
]
|
2017-04-28 09:14:10 -07:00
|
|
|
|
2017-11-05 00:24:40 -07:00
|
|
|
[[override]]
|
|
|
|
|
name = "github.com/ugorji/go"
|
|
|
|
|
revision = "8c0409fcbb70099c748d71f714529204975f6c3f"
|
|
|
|
|
|
2018-01-03 19:11:28 +08:00
|
|
|
# client-go 6.0.0 uses apimachinery 180eddb345a5be3a157cea1c624700ad5bd27b8f
|
|
|
|
|
# and api 11147472b7c934c474a2c484af3c0c5210b7a3af (see Godep.json). go dep
|
|
|
|
|
# is unable to match Godep.json automatically so have to specify here.
|
2017-11-05 00:24:40 -07:00
|
|
|
[[constraint]]
|
2017-11-08 08:21:11 -08:00
|
|
|
name = "k8s.io/client-go"
|
2018-01-03 19:11:28 +08:00
|
|
|
version = "v6.0.0"
|
2017-11-05 00:24:40 -07:00
|
|
|
[[override]]
|
|
|
|
|
name = "k8s.io/apimachinery"
|
2018-01-03 19:11:28 +08:00
|
|
|
revision = "180eddb345a5be3a157cea1c624700ad5bd27b8f"
|
|
|
|
|
[[override]]
|
|
|
|
|
name = "k8s.io/api"
|
|
|
|
|
revision = "11147472b7c934c474a2c484af3c0c5210b7a3af"
|