forked from openfaas/faas-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
56 lines (42 loc) · 1.01 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
[prune]
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/mitchellh/go-homedir"
version = "v1.1.0"
[[constraint]]
name = "github.com/morikuni/aec"
version = "v1.0.0"
[[constraint]]
name = "github.com/openfaas/faas"
version = "0.18.1"
[[constraint]]
name = "github.com/openfaas/faas-provider"
version = "0.12.0"
[[constraint]]
name = "github.com/spf13/cobra"
version = "v0.0.5"
[[constraint]]
name = "github.com/spf13/pflag"
version = "v1.0.5"
[[constraint]]
name = "github.com/ryanuber/go-glob"
version = "v1.0.0"
[[constraint]]
name = "gopkg.in/yaml.v2"
version = "v2.2.3"
[[constraint]]
name = "github.com/docker/docker"
version = "1.13.1"
[[constraint]]
name = "github.com/docker/docker-credential-helpers"
version = "v0.6.3"
[[constraint]]
name = "github.com/drone/envsubst"
version = "v1.0.2"
[[constraint]]
name = "github.com/pkg/errors"
version = "v0.8.1"
[[constraint]]
name = "github.com/alexellis/go-execute"
version = "0.3.0"