forked from coredns/coredns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
37 lines (36 loc) · 1.31 KB
/
Gopkg.toml
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
ignored = [
"github.com/mholt/caddy",
"github.com/mholt/caddy/caddyfile",
"github.com/mholt/caddy/startupshutdown",
"github.com/mholt/caddy/onevent",
"github.com/miekg/dns",
"github.com/prometheus/client_golang/prometheus",
"github.com/prometheus/client_golang/prometheus/promhttp",
"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",
"golang.org/x/text/internal/gen",
"golang.org/x/text/internal/triegen",
"golang.org/x/text/internal/ucd",
"golang.org/x/text/transform",
"golang.org/x/text/unicode/cldr",
"golang.org/x/text/unicode/norm",
"golang.org/x/text/width",
]
# 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.
[[constraint]]
name = "k8s.io/client-go"
version = "v6.0.0"
[[override]]
name = "k8s.io/apimachinery"
revision = "180eddb345a5be3a157cea1c624700ad5bd27b8f"
[[override]]
name = "k8s.io/api"
revision = "11147472b7c934c474a2c484af3c0c5210b7a3af"