From 736befb2bb53915a673b335b76e3bfeaab7b19fb Mon Sep 17 00:00:00 2001 From: gitluber <118960619+gitluber@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:58:27 +0100 Subject: [PATCH] Update go.mod Bump version of vulnerable dependencies. --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 37eb825..8603f1f 100644 --- a/go.mod +++ b/go.mod @@ -12,8 +12,8 @@ require ( github.com/containerd/fifo v1.0.0 // indirect github.com/containerd/ttrpc v1.1.0 // indirect github.com/containerd/typeurl v1.0.2 // indirect - github.com/docker/distribution v2.7.1+incompatible // indirect - github.com/docker/docker v20.10.10+incompatible // indirect + github.com/docker/distribution v2.8.3+incompatible // indirect + github.com/docker/docker v20.10.24+incompatible // indirect github.com/docker/go-connections v0.4.0 // indirect github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect github.com/docker/go-units v0.4.0 // indirect @@ -32,7 +32,7 @@ require ( github.com/moby/sys/mountinfo v0.4.1 // indirect github.com/opencontainers/go-digest v1.0.0 // indirect github.com/opencontainers/image-spec v1.0.2 // indirect - github.com/opencontainers/runc v1.0.2 // indirect + github.com/opencontainers/runc v1.1.12 // indirect github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect github.com/opencontainers/selinux v1.8.2 // indirect github.com/pkg/errors v0.9.1 // indirect @@ -42,12 +42,12 @@ require ( golang.org/x/net v0.0.0-20211105192438-b53810dc28af // indirect golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect golang.org/x/sys v0.0.0-20211106132015-ebca88c72f68 // indirect - golang.org/x/text v0.3.6 // indirect + golang.org/x/text v0.9.0 // indirect golang.zx2c4.com/go118/netip v0.0.0-20211106132939-9d41d90554dd // indirect golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect golang.zx2c4.com/wireguard v0.0.0-20211106133050-23d4e52ac97f // indirect golang.zx2c4.com/wireguard/wgctrl v0.0.0-20211027115401-c9b1ec1aa6d8 // indirect google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect - google.golang.org/grpc v1.42.0 // indirect + google.golang.org/grpc v1.56.3 // indirect google.golang.org/protobuf v1.27.1 // indirect )