forked from openfaas/faas-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGopkg.toml
More file actions
36 lines (27 loc) · 770 Bytes
/
Gopkg.toml
File metadata and controls
36 lines (27 loc) · 770 Bytes
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
[prune]
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/mitchellh/go-homedir"
revision = "b8bc1bf767474819792c23f32d8286a45736f1c6"
[[constraint]]
name = "github.com/morikuni/aec"
revision = "39771216ff4c63d11f5e604076f9c45e8be1067b"
[[constraint]]
name = "github.com/openfaas/faas"
version = "0.8.8"
[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.3"
[[constraint]]
name = "github.com/spf13/pflag"
version = "1.0.2"
[[constraint]]
name = "github.com/ryanuber/go-glob"
revision = "256dc444b735e061061cf46c809487313d5b0065"
[[constraint]]
name = "gopkg.in/yaml.v2"
revision = "cd8b52f8269e0feb286dfeef29f8fe4d5b397e0b"
[[constraint]]
name = "github.com/docker/docker"
version = "1.13.1"