forked from fluxcd/flux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
59 lines (46 loc) · 1.38 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# See usage of https://github.com/kubernetes/code-generator if regeneration of the following is required:
# integrations/apis/flux.weave.works/*/zz_generated.deepcopy.go
# integrations/client/*
#
required = ["k8s.io/code-generator/cmd/client-gen"]
[[override]]
name = "github.com/ugorji/go"
revision = "8c0409fcbb70099c748d71f714529204975f6c3f"
[[constraint]]
name = "github.com/docker/distribution"
branch = "master"
# Pin to master branch until there is a more recent stable release:
# https://github.com/prometheus/client_golang/issues/375
[[constraint]]
name = "github.com/prometheus/client_golang"
branch = "master"
[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.11.0"
[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.11.0"
[[constraint]]
name = "k8s.io/client-go"
version = "8.0.0"
[[constraint]]
name = "k8s.io/code-generator"
branch = "release-1.11"
[[override]]
name = "github.com/json-iterator/go"
revision = "f2b4162afba35581b6d4a50d3b8f34e33c144682"
[[constraint]]
name = "k8s.io/helm"
version = "~v2.10.0"
[[constraint]]
name = "github.com/justinbarrick/go-k8s-portforward"
version = "v1.0.2"
[[constraint]]
branch = "master"
name = "github.com/pkg/term"
[[constraint]]
name = "github.com/Masterminds/semver"
version = "1.4.0"
[[override]]
name = "github.com/BurntSushi/toml"
version = "v0.3.1"