forked from fluxcd/flux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
38 lines (31 loc) · 1.09 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
# 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/code-generator"
branch = "release-1.9"
# goland/dep does not follow k8s.io/code-generator's Godeps.json and gengo's master
# version does not work with release-1.8 k8s.io/code-generator. So we have to
# override it.
[[override]]
name = "k8s.io/gengo"
revision = "b58fc7edb82e0c6ffc9b8aef61813c7261b785d4"
[[constraint]]
name = "k8s.io/helm"
version = "v2.8.1"
[[constraint]]
name = "github.com/google/go-cmp"
version = "0.2.0"