forked from openshift-online/uhc-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
32 lines (26 loc) · 770 Bytes
/
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
# This is needed to avoid a crash in `dep ensure`, see here for more details:
# https://github.com/golang/dep/issues/1799
[[override]]
name = "gopkg.in/fsnotify.v1"
source = "gopkg.in/fsnotify/fsnotify.v1"
# Reduce the size of the `vendor` directory excluding unused packages, tests and
# other files that aren't needed.
[prune]
go-tests = true
non-go = true
unused-packages = true
[[constraint]]
name = "github.com/openshift-online/uhc-sdk-go"
version = "0.1.17"
[[constraint]]
name = "github.com/spf13/pflag"
version = "1.0.3"
[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.3"
[[constraint]]
name = "github.com/onsi/gomega"
revision = "v1.5.0"
[[constraint]]
name = "gopkg.in/AlecAivazis/survey.v1"
version = "1.8.1"