Skip to content

Commit 927442b

Browse files
committed
Upgrade containerd and net to remediate moderate vulns
1 parent 1c0aeb7 commit 927442b

File tree

2 files changed

+38
-118
lines changed

2 files changed

+38
-118
lines changed

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/turbot/steampipe v1.7.0-rc.0.0.20250210104953-c81e20d80731
1414
github.com/turbot/steampipe-plugin-sdk/v5 v5.11.3
1515
go.opentelemetry.io/otel v1.26.0
16-
google.golang.org/protobuf v1.34.2
16+
google.golang.org/protobuf v1.35.2
1717
)
1818

1919
require (
@@ -94,7 +94,7 @@ require (
9494
go.uber.org/atomic v1.9.0 // indirect
9595
go.uber.org/multierr v1.9.0 // indirect
9696
golang.org/x/mod v0.19.0 // indirect
97-
golang.org/x/term v0.27.0 // indirect
97+
golang.org/x/term v0.29.0 // indirect
9898
golang.org/x/time v0.5.0 // indirect
9999
golang.org/x/tools v0.23.0 // indirect
100100
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
@@ -117,14 +117,14 @@ require (
117117
github.com/btubbs/datetime v0.1.1 // indirect
118118
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
119119
github.com/cespare/xxhash/v2 v2.3.0 // indirect
120-
github.com/containerd/containerd v1.7.23 // indirect
120+
github.com/containerd/containerd v1.7.27 // indirect
121121
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
122122
github.com/dustin/go-humanize v1.0.1 // indirect
123123
github.com/fatih/color v1.17.0 // indirect
124124
github.com/fsnotify/fsnotify v1.7.0 // indirect
125125
github.com/gertd/go-pluralize v0.2.1
126126
github.com/ghodss/yaml v1.0.0 // indirect
127-
github.com/go-logr/logr v1.4.1 // indirect
127+
github.com/go-logr/logr v1.4.2 // indirect
128128
github.com/go-logr/stdr v1.2.2 // indirect
129129
github.com/go-ole/go-ole v1.2.6 // indirect
130130
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -164,10 +164,10 @@ require (
164164
github.com/opencontainers/image-spec v1.1.0 // indirect
165165
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
166166
github.com/pkg/errors v0.9.1 // indirect
167-
github.com/prometheus/client_golang v1.14.0 // indirect
167+
github.com/prometheus/client_golang v1.16.0 // indirect
168168
github.com/prometheus/client_model v0.3.0 // indirect
169-
github.com/prometheus/common v0.37.0 // indirect
170-
github.com/prometheus/procfs v0.8.0 // indirect
169+
github.com/prometheus/common v0.42.0 // indirect
170+
github.com/prometheus/procfs v0.10.1 // indirect
171171
github.com/rivo/uniseg v0.2.0 // indirect
172172
github.com/sethvargo/go-retry v0.3.0 // indirect
173173
github.com/shiena/ansicolor v0.0.0-20230509054315-a9deabde6e02 // indirect
@@ -194,13 +194,13 @@ require (
194194
go.opentelemetry.io/otel/sdk/metric v1.26.0 // indirect
195195
go.opentelemetry.io/otel/trace v1.26.0 // indirect
196196
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
197-
golang.org/x/crypto v0.31.0 // indirect
197+
golang.org/x/crypto v0.35.0 // indirect
198198
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
199-
golang.org/x/net v0.33.0 // indirect
199+
golang.org/x/net v0.36.0 // indirect
200200
golang.org/x/oauth2 v0.21.0 // indirect
201-
golang.org/x/sync v0.10.0 // indirect
202-
golang.org/x/sys v0.28.0 // indirect
203-
golang.org/x/text v0.21.0 // indirect
201+
golang.org/x/sync v0.11.0 // indirect
202+
golang.org/x/sys v0.30.0 // indirect
203+
golang.org/x/text v0.22.0 // indirect
204204
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
205205
google.golang.org/grpc v1.66.0 // indirect
206206
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)