forked from turbinelabs/rotor
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Gopkg.toml
60 lines (48 loc) · 1.27 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
ignored = [
"github.com/turbinelabs/api*",
"github.com/turbinelabs/cache",
"github.com/turbinelabs/cli*",
"github.com/turbinelabs/codec",
"github.com/turbinelabs/idgen*",
"github.com/turbinelabs/nonstdlib*",
"github.com/turbinelabs/stats",
"github.com/turbinelabs/test*",
"github.com/golang/mock/*",
]
[prune]
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/aws/aws-sdk-go"
revision = "v1.13.42"
[[constraint]]
name = "github.com/BurntSushi/toml"
revision = "v0.3.0"
[[constraint]]
name = "github.com/envoyproxy/go-control-plane"
revision = "v0.8.3"
[[constraint]]
name = "github.com/envoyproxy/data-plane-api"
revision = "49455560660c82a85a2e553bc56b7aa8c4212bc4"
[[constraint]]
name = "github.com/gambol99/go-marathon"
revision = "v0.7.1"
[[constraint]]
name = "github.com/gogo/protobuf"
revision = "v1.1.1"
[[constraint]]
name = "github.com/hashicorp/consul"
revision = "v1.0.7"
[[constraint]]
name = "gopkg.in/fsnotify.v1"
revision = "v1.4.7"
source = "https://github.com/fsnotify/fsnotify.git"
[[constraint]]
name = "k8s.io/client-go"
version = "v7.0.0"
[[constraint]]
name = "k8s.io/apimachinery"
revision = "kubernetes-1.10.0"
[[constraint]]
name = "k8s.io/api"
revision = "kubernetes-1.10.0"