forked from astronomer/astro-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
73 lines (56 loc) · 1.61 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
[prune]
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.5"
[[constraint]]
name = "github.com/spf13/viper"
revision = "aafc9e6bc7b7bb53ddaa75a5ef49a17d6e654be5"
[[override]]
name = "github.com/spf13/pflag"
version = "1.0.3"
[[constraint]]
branch = "master"
name = "github.com/iancoleman/strcase"
[[constraint]]
name = "github.com/docker/libcompose"
revision = "213509acef0fe8f2358f4c0bb977eb3f4889ea15"
[[override]]
name = "github.com/docker/docker"
source = "https://github.com/docker/engine.git"
revision = "200b524eff60a9c95a22bc2518042ac2ff617d07" # 18.09 branch
[[override]]
name = "github.com/Nvveen/Gotty"
source = "https://github.com/ijc25/Gotty"
revision = "a8b993ba6abdb0e0c12b0125c603323a71c7790c"
[[override]]
name = "github.com/docker/distribution"
revision = "6664ec703991875e14419ff4960921cce7678bab"
[[override]]
name = "github.com/docker/cli"
revision = "v18.09.6"
[[override]]
name = "github.com/docker/go-metrics"
revision = "b8fbfd8f51b86cbfefb5f00fd998df220a234337"
[[override]]
name = "github.com/xeipuuv/gojsonschema"
revision = "0c8571ac0ce161a5feb57375a9cdf148c98c0f70"
[[constraint]]
branch = "master"
name = "github.com/shurcooL/go"
[[constraint]]
name = "github.com/gorilla/websocket"
version = "1.4.0"
[[constraint]]
name = "github.com/fatih/camelcase"
version = "1.0.0"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.4.0"
[[constraint]]
name = "github.com/moby/buildkit"
version = "0.6.3"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "v1.0.3"