@@ -3,7 +3,6 @@ module github.com/purpleidea/mgmt
3
3
go 1.16
4
4
5
5
require (
6
- cloud.google.com/go v0.54.0 // indirect
7
6
github.com/Microsoft/go-winio v0.4.17 // indirect
8
7
github.com/aws/aws-sdk-go v1.41.1
9
8
github.com/containerd/containerd v1.4.9 // indirect
@@ -18,14 +17,12 @@ require (
18
17
github.com/docker/go-units v0.4.0 // indirect
19
18
github.com/fsnotify/fsnotify v1.5.1
20
19
github.com/godbus/dbus/v5 v5.0.5
21
- github.com/google/uuid v1.2.0 // indirect
22
20
github.com/gorilla/mux v1.7.2 // indirect
23
21
github.com/hashicorp/consul/api v1.11.0
24
22
github.com/hashicorp/go-multierror v1.1.1
25
23
github.com/hashicorp/hil v0.0.0-20210521165536-27a72121fd40
26
24
github.com/iancoleman/strcase v0.2.0
27
25
github.com/insomniacslk/dhcp v0.0.0-20210827173440-b95caade3eac
28
- github.com/kr/pretty v0.2.1 // indirect
29
26
github.com/kylelemons/godebug v1.1.0
30
27
github.com/libvirt/libvirt-go v7.4.0+incompatible
31
28
github.com/libvirt/libvirt-go-xml v7.4.0+incompatible
@@ -40,16 +37,16 @@ require (
40
37
github.com/prometheus/client_golang v1.11.0
41
38
github.com/sanity-io/litter v1.5.1
42
39
github.com/sirupsen/logrus v1.8.1 // indirect
43
- github.com/spf13/afero v1.6.0
40
+ github.com/spf13/afero v1.9.2
44
41
github.com/urfave/cli/v2 v2.3.0
45
42
github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
46
- go.etcd.io/etcd/api/v3 v3.5.0
43
+ go.etcd.io/etcd/api/v3 v3.5.12
47
44
go.etcd.io/etcd/client/pkg/v3 v3.5.0
48
45
go.etcd.io/etcd/client/v3 v3.5.0
49
46
go.etcd.io/etcd/server/v3 v3.5.0
50
- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
51
- golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac
52
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
47
+ golang.org/x/crypto v0.14.0
48
+ golang.org/x/sys v0.13.0
49
+ golang.org/x/time v0.3.0
53
50
gopkg.in/src-d/go-git.v4 v4.13.1
54
51
gopkg.in/yaml.v2 v2.4.0
55
52
gotest.tools/v3 v3.0.3 // indirect
0 commit comments