forked from cloudfoundry/python-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGopkg.toml
More file actions
32 lines (24 loc) · 699 Bytes
/
Gopkg.toml
File metadata and controls
32 lines (24 loc) · 699 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
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
required = ["github.com/google/subcommands"]
[[constraint]]
name = "github.com/cloudfoundry/libbuildpack"
branch = "master"
[[constraint]]
name = "github.com/golang/mock"
branch = "master"
[[constraint]]
name = "github.com/onsi/ginkgo"
branch = "master"
[[constraint]]
name = "github.com/onsi/gomega"
branch = "master"
[[constraint]]
branch = "v1"
name = "gopkg.in/jarcoal/httpmock.v1"
[[override]]
name = "github.com/elazarl/goproxy"
revision = "aacba83f36a55ac31cbb71c06547a328c0cd1604"
[[constraint]]
branch = "master"
name = "github.com/kr/text"