forked from appsody/appsody
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
59 lines (45 loc) · 1.07 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
[[constraint]]
branch = "master"
name = "github.com/gosuri/uitable"
[[constraint]]
name = "github.com/mitchellh/go-homedir"
version = "1.1.0"
[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.3"
[[constraint]]
name = "github.com/spf13/viper"
version = "1.3.2"
[[constraint]]
name = "gopkg.in/yaml.v2"
version = "2.2.2"
[[constraint]]
name = "github.com/Masterminds/semver"
version = "3.0.0"
[[constraint]]
name = "k8s.io/klog"
version = "0.3.0"
[[constraint]]
name = "github.com/mitchellh/go-spdx"
version = "0.1.0"
[[override]]
name = "golang.org/x/sys"
branch = "master"
[prune]
go-tests = true
unused-packages = true
[[override]]
name = "github.com/cpuguy83/go-md2man"
version = "1.0.10"
[[override]]
name = "github.com/russross/blackfriday"
version = "1.5.2"
[[constraint]]
name = "github.com/appsody/appsody-operator"
version = "0.3.0"
[[override]]
name = "k8s.io/apimachinery"
revision = "27d36303b6556f377b4f34e64705fa9024a12b0c"
[[constraint]]
branch = "master"
name = "github.com/andrew-d/isbinary"