forked from fluxcd/flux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
55 lines (43 loc) · 1.3 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
# See usage of https://github.com/kubernetes/code-generator if regeneration of the following is required:
# apis/integrations.flux/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.8.1"
[[constraint]]
name = "github.com/justinbarrick/go-k8s-portforward"
version = "v1.0.1"
[[constraint]]
branch = "master"
name = "github.com/pkg/term"
[[constraint]]
name = "github.com/Masterminds/semver"
version = "1.4.0"