forked from cloudfoundry/bosh-backup-and-restore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
44 lines (31 loc) · 785 Bytes
/
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
[[constraint]]
name = "github.com/cloudfoundry/bosh-cli"
version = "5.0.1"
[[constraint]]
name = "github.com/cloudfoundry/bosh-utils"
[[constraint]]
name = "github.com/cppforlife/go-patch"
[[constraint]]
name = "github.com/mgutz/ansi"
[[constraint]]
name = "github.com/onsi/ginkgo"
[[constraint]]
name = "github.com/onsi/gomega"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
[[constraint]]
name = "github.com/urfave/cli"
version = "1.18.1"
[[constraint]]
name = "golang.org/x/crypto"
[[override]]
name = "golang.org/x/sys"
branch = "master"
[[constraint]]
name = "gopkg.in/yaml.v1"
[[constraint]]
name = "gopkg.in/yaml.v2"
[[override]]
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"