forked from morvencao/kube-sidecar-injector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
42 lines (33 loc) · 1.02 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
38
39
40
41
42
[[constraint]]
branch = "master"
name = "github.com/golang/glog"
[[constraint]]
name = "k8s.io/api"
branch = "release-1.10"
[[constraint]]
name = "k8s.io/kubernetes"
branch = "release-1.10"
[[constraint]]
name = "k8s.io/apimachinery"
branch = "release-1.10"
[prune]
go-tests = true
unused-packages = true
# Fix: vendor/k8s.io/kubernetes/pkg/util/parsers/parsers.go:36:16: undefined: reference.ParseNormalizedNamed
[[override]]
name = "github.com/docker/distribution"
branch = "master"
# Fix: vendor/k8s.io/apimachinery/pkg/runtime/serializer/json/json.go:109:16: unknown field 'CaseSensitive' in struct literal of type jsoniter.Config
# https://github.com/kubernetes/apimachinery/issues/46
[[override]]
name = "github.com/json-iterator/go"
revision = "f2b4162afba35581b6d4a50d3b8f34e33c144682"
[[override]]
name = "k8s.io/apiextensions-apiserver"
branch = "release-1.10"
[[override]]
name = "k8s.io/apiserver"
branch = "release-1.10"
[[constraint]]
name = "k8s.io/client-go"
version = "7.0.0"