Skip to content

Commit 3ac772d

Browse files
fix(deps): update module go.etcd.io/etcd/api/v3 to v3.5.12
1 parent 014a3d5 commit 3ac772d

File tree

2 files changed

+1455
-8
lines changed

2 files changed

+1455
-8
lines changed

go.mod

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module github.com/purpleidea/mgmt
33
go 1.16
44

55
require (
6-
cloud.google.com/go v0.54.0 // indirect
76
github.com/Microsoft/go-winio v0.4.17 // indirect
87
github.com/aws/aws-sdk-go v1.41.1
98
github.com/containerd/containerd v1.4.9 // indirect
@@ -18,14 +17,12 @@ require (
1817
github.com/docker/go-units v0.4.0 // indirect
1918
github.com/fsnotify/fsnotify v1.5.1
2019
github.com/godbus/dbus/v5 v5.0.5
21-
github.com/google/uuid v1.2.0 // indirect
2220
github.com/gorilla/mux v1.7.2 // indirect
2321
github.com/hashicorp/consul/api v1.11.0
2422
github.com/hashicorp/go-multierror v1.1.1
2523
github.com/hashicorp/hil v0.0.0-20210521165536-27a72121fd40
2624
github.com/iancoleman/strcase v0.2.0
2725
github.com/insomniacslk/dhcp v0.0.0-20210827173440-b95caade3eac
28-
github.com/kr/pretty v0.2.1 // indirect
2926
github.com/kylelemons/godebug v1.1.0
3027
github.com/libvirt/libvirt-go v7.4.0+incompatible
3128
github.com/libvirt/libvirt-go-xml v7.4.0+incompatible
@@ -40,16 +37,16 @@ require (
4037
github.com/prometheus/client_golang v1.11.0
4138
github.com/sanity-io/litter v1.5.1
4239
github.com/sirupsen/logrus v1.8.1 // indirect
43-
github.com/spf13/afero v1.6.0
40+
github.com/spf13/afero v1.9.2
4441
github.com/urfave/cli/v2 v2.3.0
4542
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
4744
go.etcd.io/etcd/client/pkg/v3 v3.5.0
4845
go.etcd.io/etcd/client/v3 v3.5.0
4946
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
5350
gopkg.in/src-d/go-git.v4 v4.13.1
5451
gopkg.in/yaml.v2 v2.4.0
5552
gotest.tools/v3 v3.0.3 // indirect

0 commit comments

Comments
 (0)