forked from bitrise-io/bitrise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
56 lines (43 loc) · 1.09 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
# Used by integration tests
required = ["github.com/bitrise-io/go-utils/envutil",
"github.com/bitrise-io/envman",
"github.com/bitrise-io/stepman"]
[[constraint]]
name = "github.com/Sirupsen/logrus"
version = "1.4.2"
[[constraint]]
branch = "master"
name = "github.com/bitrise-io/envman"
[[constraint]]
branch = "master"
name = "github.com/bitrise-io/go-utils"
[[constraint]]
branch = "master"
name = "github.com/bitrise-io/goinp"
[[constraint]]
branch = "master"
name = "github.com/bitrise-io/gows"
[[constraint]]
branch = "master"
name = "github.com/bitrise-io/stepman"
[[constraint]]
name = "github.com/hashicorp/go-version"
version = "1.2.0"
[[constraint]]
name = "github.com/ryanuber/go-glob"
version = "1.0.0"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.3.0"
[[constraint]]
name = "github.com/urfave/cli"
revision = "e6cf83ec39f6e1158ced1927d4ed14578fda8edb"
[[constraint]]
branch = "master"
name = "golang.org/x/sys"
[[constraint]]
name = "gopkg.in/yaml.v2"
version = "v2"
[prune]
go-tests = true
unused-packages = true