-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathgo.mod
57 lines (54 loc) · 3.27 KB
/
go.mod
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
module github.com/PelionIoT/maestro
go 1.13
require (
github.com/PelionIoT/httprouter v0.0.0-20170104185816-8a45e95fc75c
github.com/PelionIoT/maestro-plugins-template v0.0.0-20190409060302-5b22b1f86b05
github.com/PelionIoT/maestroSpecs v2.4.0+incompatible
github.com/PelionIoT/mustache v0.0.0-20160804235033-6375acf62c69 // indirect
github.com/PelionIoT/netlink v0.0.0-20190409055558-1cddec0bf368
github.com/PelionIoT/stow v2.2.1-0.20170902223607-b0e83fd073d4+incompatible
github.com/PelionIoT/structmutate v0.0.0-20190409035007-57b37c3ac1d9
github.com/PelionIoT/zeroconf v0.0.0-20180517163623-78d055b6305c
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/ThomasRooney/gexpect v0.0.0-20161231170123-5482f0350944 // indirect
github.com/WigWagCo/wigwag-go-logger v0.0.0-20190410170809-484676711aee // indirect
github.com/armPelionEdge/devicedb v0.0.0-20200515102353-d24df289ab24
github.com/armPelionEdge/dhcp4 v0.0.0-20180917122751-7f54fcf15bd7
github.com/armPelionEdge/dhcp4client v0.0.0-20190409055833-be924652a34a
github.com/armPelionEdge/netlink v0.0.0-20190409055558-1cddec0bf368 // indirect
github.com/armPelionEdge/wigwag-go-logger v0.0.0-20190410170809-484676711aee // indirect
github.com/armPelionEdge/wpa-connect v0.0.0-20200827001433-10297d26dfc8
github.com/boltdb/bolt v1.3.2-0.20180302180052-fd01fc79c553
github.com/cavaliercoder/grab v2.0.0+incompatible
github.com/cenkalti/backoff v2.1.0+incompatible // indirect
github.com/coreos/etcd v3.3.25+incompatible // indirect
github.com/d2g/dhcp4 v0.0.0-20170904100407-a1d1b6c41b1c // indirect
github.com/d2g/dhcp4client v1.0.0 // indirect
github.com/deckarep/golang-set v1.7.2-0.20180927150649-699df6a3acf6
github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76 // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/gorilla/mux v1.6.3-0.20181228004216-ef912dd76ebe // indirect
github.com/gorilla/websocket v1.4.1-0.20181206070239-95ba29eb981b
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mholt/archiver v3.1.2-0.20181212200041-4e41ad6272dc+incompatible
github.com/miekg/dns v1.1.2-0.20181219162826-5f5f2380fc10 // indirect
github.com/nwaples/rardecode v1.0.1-0.20181025094117-197ef08ef68c // indirect
github.com/onsi/gomega v1.14.0 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/pierrec/lz4 v1.0.2-0.20181027085611-623b5a2f4d2a // indirect
github.com/prometheus/client_golang v1.11.0 // indirect
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
github.com/shirou/gopsutil v3.21.6+incompatible
github.com/stretchr/testify v1.7.0 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/ulikunitz/xz v0.5.5 // indirect
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40
gopkg.in/yaml.v2 v2.4.0
)
replace github.com/shirou/gopsutil v2.16.12+incompatible => github.com/PelionIoT/gopsutil v2.16.12+incompatible