Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
dependabot + go-mod-outdated

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed May 3, 2022
1 parent 3136334 commit bd089e7
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 108 deletions.
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ require (
require (
cloud.google.com/go/compute v1.6.1
github.com/BurntSushi/toml v1.1.0
github.com/aws/aws-sdk-go v1.43.45
github.com/aws/aws-sdk-go v1.44.5
github.com/beevik/ntp v0.3.0
github.com/cenkalti/backoff/v4 v4.1.3
github.com/containerd/cgroups v1.0.4-0.20220301195952-2e502f6b9e43
github.com/containerd/containerd v1.6.3
github.com/containerd/typeurl v1.0.2
github.com/containernetworking/cni v1.0.1
github.com/containernetworking/cni v1.1.0
github.com/containernetworking/plugins v1.1.1
github.com/coreos/go-iptables v0.6.0
github.com/coreos/go-semver v0.3.0
Expand All @@ -48,20 +48,20 @@ require (
github.com/emicklei/dot v0.16.0
github.com/evanphx/json-patch v5.6.0+incompatible
github.com/fatih/color v1.13.0
github.com/fsnotify/fsnotify v1.5.3
github.com/fsnotify/fsnotify v1.5.4
github.com/gdamore/tcell/v2 v2.5.1
github.com/gizak/termui/v3 v3.1.0
github.com/godbus/dbus/v5 v5.1.0
github.com/google/go-cmp v0.5.7
github.com/google/nftables v0.0.0-20220422151220-76ed01e300f2
github.com/google/go-cmp v0.5.8
github.com/google/nftables v0.0.0-20220502152923-38a96768dbc6
github.com/google/uuid v1.3.0
github.com/gosuri/uiprogress v0.0.1
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-getter v1.5.11
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-version v1.4.0
github.com/hetznercloud/hcloud-go v1.33.1
github.com/hetznercloud/hcloud-go v1.33.2
github.com/insomniacslk/dhcp v0.0.0-20220405050111-12fbdcb11b41
github.com/jsimonetti/rtnetlink v1.2.0
github.com/jxskiss/base62 v1.1.0
Expand All @@ -73,7 +73,7 @@ require (
github.com/mdlayher/netx v0.0.0-20220422152302-c711c2f8512f
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/packethost/packngo v0.22.0
github.com/packethost/packngo v0.23.0
github.com/pelletier/go-toml v1.9.5
github.com/pin/tftp v2.1.0+incompatible
github.com/pmorjan/kmod v1.0.0
Expand Down Expand Up @@ -103,7 +103,7 @@ require (
github.com/u-root/u-root v0.8.0
github.com/vishvananda/netlink v1.2.0-beta
github.com/vmware-tanzu/sonobuoy v0.56.4
github.com/vmware/govmomi v0.27.4
github.com/vmware/govmomi v0.28.0
github.com/vmware/vmw-guestinfo v0.0.0-20220317130741-510905f0efa3
github.com/vultr/metadata v1.0.3
go.etcd.io/etcd/api/v3 v3.5.4
Expand All @@ -112,9 +112,9 @@ require (
go.etcd.io/etcd/etcdutl/v3 v3.5.4
go.uber.org/atomic v1.9.0
go.uber.org/zap v1.21.0
golang.org/x/net v0.0.0-20220421235706-1d1ef9303861
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
golang.org/x/sys v0.0.0-20220502124256-b6088ccd6cba
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171
golang.org/x/time v0.0.0-20220411224347-583f2d630306
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220420130459-88a4932fb60b
Expand Down Expand Up @@ -154,7 +154,7 @@ require (
github.com/cilium/ebpf v0.8.1 // indirect
github.com/containerd/continuity v0.2.2 // indirect
github.com/containerd/fifo v1.0.0 // indirect
github.com/containerd/go-cni v1.1.4 // indirect
github.com/containerd/go-cni v1.1.5 // indirect
github.com/containerd/ttrpc v1.1.0 // indirect
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
Expand Down Expand Up @@ -273,7 +273,7 @@ require (
golang.zx2c4.com/wireguard v0.0.0-20220407013110-ef5c587f782d // indirect
google.golang.org/api v0.75.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220422154200-b37d22cd5731 // indirect
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
Expand Down
Loading

0 comments on commit bd089e7

Please sign in to comment.