forked from aws/amazon-ecs-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGopkg.toml
More file actions
86 lines (70 loc) · 2.07 KB
/
Gopkg.toml
File metadata and controls
86 lines (70 loc) · 2.07 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
[prune]
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.15.2"
[[constraint]]
name = "github.com/awslabs/amazon-ecr-credential-helper"
version = "0.2.0"
[[constraint]]
name = "github.com/docker/go-units"
revision = "e30f1e79f3cd72542f2026ceec18d3bd67ab859c"
[[constraint]]
name = "github.com/docker/libcompose"
revision = "57bd716502dcbe1799f026148016022b0f3b989c"
[[constraint]]
name = "github.com/flynn/go-shlex"
revision = "3f9db97f856818214da2e1057f8ad84803971cff"
[[constraint]]
name = "github.com/fsouza/go-dockerclient"
revision = "4a934a8fd3ec3d4f84d9dcd8b47e7b277918c366"
[[constraint]]
name = "github.com/go-ini/ini"
revision = "32e4c1e6bc4e7d0d8451aa6b75200d19e37a536a"
[[constraint]]
name = "github.com/golang/mock"
revision = "58cd061d09382b6011f84c1291ebe50ef2e25bab"
[[constraint]]
name = "github.com/pkg/errors"
revision = "248dadf4e9068a0b3e79f02ed0a610d935de5302"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.4"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.1"
[[constraint]]
name = "github.com/urfave/cli"
# version = "1.19.1"
revision = "2526b57c56f30b50466c96c4133b1a4ad0f0191f"
[[constraint]]
name = "gopkg.in/yaml.v2"
revision = "a5b47d31c556af34a302ce5d659e6fea44d90de0"
[[constraint]]
name = "github.com/docker/cli"
version = "18.06.0-ce"
[[override]]
name = "github.com/docker/docker"
revision = "8e435b8279f2af3e0cebd73fa9e25ca1bb26004e"
source = "https://github.com/moby/moby.git"