Skip to content

Commit 8e5d7bf

Browse files
committed
Merge branch 'nik-engine-libs-upgraded-more-cves' into 'master'
Upgrade engine libs to mitigate multiple CVEs See merge request postgres-ai/database-lab!458
2 parents 86e5796 + 427832a commit 8e5d7bf

File tree

2 files changed

+100
-16
lines changed

2 files changed

+100
-16
lines changed

engine/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ require (
66
github.com/AlekSi/pointer v1.1.0
77
github.com/araddon/dateparse v0.0.0-20210207001429-0eec95c9db7e
88
github.com/aws/aws-sdk-go v1.33.8
9-
github.com/docker/cli v0.0.0-20200721130541-80fd48bcb7e7
10-
github.com/docker/docker v20.10.11+incompatible
9+
github.com/docker/cli v20.10.12+incompatible
10+
github.com/docker/docker v20.10.12+incompatible
1111
github.com/docker/go-connections v0.4.0
1212
github.com/docker/go-units v0.4.0
1313
github.com/dustin/go-humanize v1.0.0
@@ -33,12 +33,12 @@ require (
3333

3434
require (
3535
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
36-
github.com/Microsoft/go-winio v0.4.17-0.20210211115548-6eac466e5fa3 // indirect
37-
github.com/Microsoft/hcsshim v0.8.16 // indirect
36+
github.com/Microsoft/go-winio v0.4.17 // indirect
37+
github.com/Microsoft/hcsshim v0.8.23 // indirect
3838
github.com/StackExchange/wmi v1.2.1 // indirect
3939
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
40-
github.com/containerd/cgroups v0.0.0-20210114181951-8a68de567b68 // indirect
41-
github.com/containerd/containerd v1.5.0-beta.4 // indirect
40+
github.com/containerd/cgroups v1.0.1 // indirect
41+
github.com/containerd/containerd v1.5.9 // indirect
4242
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
4343
github.com/davecgh/go-spew v1.1.1 // indirect
4444
github.com/docker/distribution v2.8.0+incompatible // indirect
@@ -71,7 +71,7 @@ require (
7171
go.opencensus.io v0.22.3 // indirect
7272
golang.org/x/net v0.0.0-20211108170745-6635138e15ea // indirect
7373
golang.org/x/sys v0.0.0-20211109184856-51b60fd695b3 // indirect
74-
golang.org/x/text v0.3.6 // indirect
74+
golang.org/x/text v0.3.7 // indirect
7575
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
7676
google.golang.org/appengine v1.6.5 // indirect
7777
google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect

0 commit comments

Comments
 (0)