forked from DataDog/datadog-agent
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gopkg.toml
132 lines (101 loc) · 2.86 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
[[constraint]]
name = "github.com/DataDog/agent-payload"
version = "=4.7.0"
[[constraint]]
name = "github.com/DataDog/gohai"
branch = "master"
[[constraint]]
name = "github.com/DataDog/zstd"
version = "~v1.3.0"
[[constraint]]
name = "github.com/Microsoft/go-winio"
version = "~v0.4.7"
[[constraint]]
name = "github.com/beevik/ntp"
revision = "cb3dae3a7588ae35829eb5724df611cd75152fba"
[[constraint]]
name = "github.com/cihub/seelog"
version = "=v2.6"
[[constraint]]
name = "github.com/coreos/etcd"
version = "~3.1.3"
[[constraint]]
name = "github.com/docker/docker"
version = "~v1.13.1"
[[constraint]]
name = "github.com/gogo/protobuf"
version = "~v1.0.0"
[[constraint]]
name = "github.com/google/gofuzz"
revision = "24818f796faf91cd76ec7bddd72458fbced7a6c1"
[[override]]
name = "github.com/kubernetes/apimachinery"
# branch = "release-1.9"
# + pinning to commit in branch above
revision = "616b23029fa3dc3e0ccefd47963f5651a6543d94"
[[override]]
name = "github.com/kubernetes/client-go"
version = "~v6.0.0"
[[override]]
name = "github.com/kubernetes/api"
# branch = "release-1.9"
# + pinning to commit in branch above
revision = "2694da5be9c4ab4f3fd826112d4c3f71b8bf4b23"
[[constraint]]
name = "github.com/gorilla/mux"
version = "~v1.6.1"
[[constraint]]
name = "github.com/mholt/archiver"
revision = "26cf5bb32d07aa4e8d0de15f56ce516f4641d7df"
[[constraint]]
name = "github.com/k-sone/snmpgo"
version = "~v3.2.0"
[[constraint]]
name = "github.com/kardianos/osext"
revision = "ae77be60afb1dcacde03767a8c37337fad28ac14"
[[constraint]]
name = "github.com/mitchellh/reflectwalk"
revision = "63d60e9d0dbc60cf9164e6510889b0db6683d98c"
[[constraint]]
name = "github.com/patrickmn/go-cache"
version = "~v2.1.0"
[[constraint]]
name = "github.com/sbinet/go-python"
branch = "master"
[[constraint]]
name = "github.com/shirou/gopsutil"
version = "^v2.18.4"
[[constraint]]
name = "github.com/spf13/cobra"
version = "~v0.0.1"
[[constraint]]
name = "github.com/spf13/viper"
version = "~v1.0.0"
[[constraint]]
name = "github.com/coreos/go-systemd"
version = "~v16"
[[constraint]]
name = "github.com/stretchr/testify"
version = "~v1.2.1"
[[constraint]]
name = "gopkg.in/yaml.v2"
# branch = "v2"
revision = "d670f9405373e636a5a2765eea47fac0c9bc91a4"
[[constraint]]
name = "gopkg.in/zorkian/go-datadog-api.v2"
version = "~v2.8"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "~v1.12.74"
[[constraint]]
branch = "master"
name = "github.com/lxn/win"
[[override]]
name = "github.com/StackExchange/wmi"
revision = "5d049714c4a64225c3c79a7cf7d02f7fb5b96338"
[[override]]
name = "github.com/jhoonb/archivex"
revision = "be4efa7ec0c38ab76d56037014c90d48d6b13037"
[[override]]
name = "github.com/ugorji/go"
revision = "8c0409fcbb70099c748d71f714529204975f6c3f"