forked from GoogleContainerTools/skaffold
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
76 lines (58 loc) · 1.66 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[prune]
unused-packages = true
non-go = true
go-tests = true
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.5"
[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.2"
[[constraint]]
name = "github.com/docker/docker"
revision = "162ba6016def672690ee4a1f3978368853a1e149"
[[constraint]]
name = "github.com/docker/cli"
revision = "4cb3c70f36baeade76879694a587358be2a74854"
[[override]]
name = "github.com/docker/go-metrics"
revision = "d466d4f6fd960e01820085bd7e1a24426ee7ef18"
[[override]]
name = "github.com/xeipuuv/gojsonschema"
revision = "0c8571ac0ce161a5feb57375a9cdf148c98c0f70"
[[constraint]]
name = "github.com/moby/buildkit"
revision = "43e758232a0ac7d50c6a11413186e16684fc1e4f"
[[override]]
name = "github.com/docker/distribution"
revision = "83389a148052d74ac602f5f1d62f86ff2f3c4aa5"
[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.11.0-beta.2"
[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.11.0-beta.2"
[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.11.0-beta.2"
[[override]]
name = "github.com/Azure/go-autorest"
version = "v10.6.2"
[[constraint]]
name = "cloud.google.com/go"
version = "0.17.0"
[[constraint]]
name = "google.golang.org/api"
revision = "ff7b961889714494dc1feb2e8359298cbd20e5e3"
[[constraint]]
name = "gopkg.in/src-d/go-git.v4"
revision = "v4.4.0"
[[constraint]]
name = "github.com/google/go-containerregistry"
revision = "dc0a77702ddab8c3dc5630eca7c026d571c1c9b7"
[[constraint]]
name = "github.com/google/go-github"
version = "15.0.0"