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 <[email protected]>
  • Loading branch information
smira committed Jan 26, 2022
1 parent b3c3ef2 commit c5e5922
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 49 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ RUN --mount=type=cache,target=/.cache prototool break check --descriptor-set-pat

# The markdownlint target performs linting on Markdown files.

FROM node:17.3.1-alpine AS lint-markdown
FROM node:17.4.0-alpine AS lint-markdown
RUN apk add --no-cache findutils
RUN npm i -g [email protected]
RUN npm i -g [email protected]
Expand Down
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ require (
)

require (
cloud.google.com/go/compute v1.0.0
cloud.google.com/go/compute v1.1.0
github.com/AlekSi/pointer v1.2.0
github.com/BurntSushi/toml v1.0.0
github.com/aws/aws-sdk-go v1.42.35
github.com/aws/aws-sdk-go v1.42.41
github.com/beevik/ntp v0.3.0
github.com/cenkalti/backoff/v4 v4.1.2
github.com/containerd/cgroups v1.0.2
Expand All @@ -55,7 +55,7 @@ require (
github.com/fsnotify/fsnotify v1.5.1
github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1
github.com/gizak/termui/v3 v3.1.0
github.com/google/go-cmp v0.5.6
github.com/google/go-cmp v0.5.7
github.com/google/nftables v0.0.0-20211209220838-6f19c4381e13
github.com/google/uuid v1.3.0
github.com/gosuri/uiprogress v0.0.1
Expand All @@ -64,8 +64,8 @@ require (
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-version v1.2.0
github.com/hetznercloud/hcloud-go v1.33.1
github.com/insomniacslk/dhcp v0.0.0-20211214070828-5297eed8f489
github.com/jsimonetti/rtnetlink v0.0.0-20211213041634-9dff439f7e79
github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
github.com/jsimonetti/rtnetlink v0.0.0-20220124090637-bbb52d448503
github.com/jxskiss/base62 v1.1.0
github.com/mattn/go-isatty v0.0.14
github.com/mdlayher/arp v0.0.0-20191213142603-f72070a231fc
Expand Down Expand Up @@ -103,7 +103,7 @@ require (
github.com/talos-systems/talos/pkg/machinery v0.15.0-alpha.1
github.com/u-root/u-root v0.8.0
github.com/vishvananda/netlink v1.1.1-0.20211118161826-650dca95af54
github.com/vmware-tanzu/sonobuoy v0.55.1
github.com/vmware-tanzu/sonobuoy v0.56.0
github.com/vmware/govmomi v0.27.2
github.com/vmware/vmw-guestinfo v0.0.0-20211006225857-cc1fd90d572c
github.com/vultr/metadata v1.0.3
Expand All @@ -113,7 +113,7 @@ require (
go.etcd.io/etcd/etcdutl/v3 v3.5.1
go.uber.org/atomic v1.9.0
go.uber.org/zap v1.20.0
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d
golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
Expand All @@ -124,7 +124,7 @@ require (
gopkg.in/freddierice/go-losetup.v1 v1.0.0-20170407175016-fc9adea44124
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6
kernel.org/pub/linux/libs/security/libcap/cap v1.2.62
kernel.org/pub/linux/libs/security/libcap/cap v1.2.63
sigs.k8s.io/yaml v1.3.0
)

Expand Down Expand Up @@ -152,7 +152,7 @@ require (
github.com/briandowns/spinner v1.6.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5 // indirect
github.com/cilium/ebpf v0.7.0 // indirect
github.com/cilium/ebpf v0.8.0 // indirect
github.com/containerd/continuity v0.2.2 // indirect
github.com/containerd/fifo v1.0.0 // indirect
github.com/containerd/go-cni v1.1.1 // indirect
Expand Down Expand Up @@ -276,9 +276,9 @@ require (
golang.org/x/tools v0.1.8 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
golang.zx2c4.com/wireguard v0.0.0-20211129173154-2dd424e2d808 // indirect
google.golang.org/api v0.63.0 // indirect
google.golang.org/api v0.65.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220114231437-d2e6a121cae0 // indirect
google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand All @@ -288,7 +288,7 @@ require (
k8s.io/klog/v2 v2.30.0 // indirect
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect
kernel.org/pub/linux/libs/security/libcap/psx v1.2.62 // indirect
kernel.org/pub/linux/libs/security/libcap/psx v1.2.63 // indirect
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
sigs.k8s.io/kustomize/api v0.10.1 // indirect
sigs.k8s.io/kustomize/kyaml v0.13.0 // indirect
Expand Down
Loading

0 comments on commit c5e5922

Please sign in to comment.