Skip to content

Commit 648d066

Browse files
committed
Merge branch 'update-backend-deps-2024-04' into 'master'
chore: update backend dependencies to mitigate vulnerabilities See merge request postgres-ai/database-lab!864
2 parents 15587c9 + 6998eee commit 648d066

File tree

3 files changed

+45
-44
lines changed

3 files changed

+45
-44
lines changed

engine/go.mod

+8-15
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ require (
77
github.com/ahmetalpbalkan/dlog v0.0.0-20170105205344-4fb5f8204f26
88
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
99
github.com/aws/aws-sdk-go v1.44.309
10-
github.com/docker/cli v24.0.5+incompatible
11-
github.com/docker/docker v24.0.5+incompatible
10+
github.com/docker/cli v24.0.9+incompatible
11+
github.com/docker/docker v24.0.9+incompatible
1212
github.com/docker/go-connections v0.4.0
1313
github.com/docker/go-units v0.5.0
1414
github.com/dustin/go-humanize v1.0.1
@@ -30,7 +30,8 @@ require (
3030
github.com/stretchr/testify v1.8.2
3131
github.com/testcontainers/testcontainers-go v0.12.0
3232
github.com/urfave/cli/v2 v2.25.7
33-
golang.org/x/crypto v0.11.0
33+
github.com/wagslane/go-password-validator v0.3.0
34+
golang.org/x/crypto v0.14.0
3435
golang.org/x/mod v0.12.0
3536
golang.org/x/oauth2 v0.10.0
3637
gopkg.in/yaml.v2 v2.4.0
@@ -59,32 +60,24 @@ require (
5960
github.com/klauspost/compress v1.16.7 // indirect
6061
github.com/magiconair/properties v1.8.5 // indirect
6162
github.com/moby/patternmatcher v0.5.0 // indirect
62-
github.com/moby/sys/mount v0.3.3 // indirect
63-
github.com/moby/sys/mountinfo v0.6.2 // indirect
6463
github.com/moby/sys/sequential v0.5.0 // indirect
6564
github.com/moby/term v0.5.0 // indirect
6665
github.com/morikuni/aec v1.0.0 // indirect
6766
github.com/opencontainers/go-digest v1.0.0 // indirect
6867
github.com/opencontainers/image-spec v1.1.0-rc4 // indirect
69-
github.com/opencontainers/runc v1.1.8 // indirect
68+
github.com/opencontainers/runc v1.1.12 // indirect
7069
github.com/pmezard/go-difflib v1.0.0 // indirect
7170
github.com/russross/blackfriday/v2 v2.1.0 // indirect
72-
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
7371
github.com/sirupsen/logrus v1.9.3 // indirect
7472
github.com/stretchr/objx v0.5.0 // indirect
7573
github.com/tklauser/go-sysconf v0.3.11 // indirect
7674
github.com/tklauser/numcpus v0.6.1 // indirect
77-
github.com/wagslane/go-password-validator v0.3.0 // indirect
7875
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
7976
github.com/yusufpapurcu/wmi v1.2.3 // indirect
80-
golang.org/x/net v0.12.0 // indirect
81-
golang.org/x/sys v0.10.0 // indirect
82-
golang.org/x/text v0.11.0 // indirect
77+
golang.org/x/net v0.17.0 // indirect
78+
golang.org/x/sys v0.13.0 // indirect
79+
golang.org/x/text v0.13.0 // indirect
8380
golang.org/x/tools v0.11.0 // indirect
84-
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
8581
google.golang.org/appengine v1.6.7 // indirect
86-
google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130 // indirect
87-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230726155614-23370e0ffb3e // indirect
88-
google.golang.org/grpc v1.57.0 // indirect
8982
google.golang.org/protobuf v1.31.0 // indirect
9083
)

0 commit comments

Comments
 (0)