forked from siderolabs/talos-vmtoolsd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
54 lines (51 loc) · 2.48 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
module github.com/mologie/talos-vmtoolsd
go 1.17
require (
github.com/golang/protobuf v1.5.2
github.com/sirupsen/logrus v1.8.1
github.com/stellar/go-xdr v0.0.0-20211103144802-8017fc4bdfee
github.com/talos-systems/talos v0.13.0
github.com/talos-systems/talos/pkg/machinery v0.14.0
github.com/vmware/govmomi v0.27.2
github.com/vmware/vmw-guestinfo v0.0.0-20211006225857-cc1fd90d572c
gopkg.in/yaml.v2 v2.4.0
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6
)
require (
github.com/AlekSi/pointer v1.2.0 // indirect
github.com/BurntSushi/toml v0.4.1 // indirect
github.com/containerd/go-cni v1.1.1 // indirect
github.com/containernetworking/cni v1.0.1 // indirect
github.com/cosi-project/runtime v0.0.0-20211216175730-264f8fcd1a4f // indirect
github.com/gertd/go-pluralize v0.1.7 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 // indirect
github.com/jsimonetti/rtnetlink v0.0.0-20211213041634-9dff439f7e79 // indirect
github.com/mdlayher/ethtool v0.0.0-20211214014908-bc8fdcf6e99c // indirect
github.com/mdlayher/genetlink v1.1.0 // indirect
github.com/mdlayher/netlink v1.5.0 // indirect
github.com/mdlayher/socket v0.1.1 // indirect
github.com/onsi/gomega v1.10.3 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/talos-systems/crypto v0.3.4 // indirect
github.com/talos-systems/net v0.3.1 // indirect
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20211027215541-db492cf91b37 // indirect
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
golang.org/x/mod v0.5.1 // indirect
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.8 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20211215182854-7a385b3431de // indirect
google.golang.org/genproto v0.0.0-20211221231510-d629cc9a93d5 // indirect
google.golang.org/grpc v1.43.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
honnef.co/go/tools v0.2.2 // indirect
)