Skip to content

Commit

Permalink
Merge branch 'update-backend-deps-2024-04' into 'master'
Browse files Browse the repository at this point in the history
chore: update backend dependencies to mitigate vulnerabilities

See merge request postgres-ai/database-lab!864
  • Loading branch information
agneum committed May 3, 2024
2 parents 15587c9 + 6998eee commit 648d066
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 44 deletions.
23 changes: 8 additions & 15 deletions engine/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require (
github.com/ahmetalpbalkan/dlog v0.0.0-20170105205344-4fb5f8204f26
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
github.com/aws/aws-sdk-go v1.44.309
github.com/docker/cli v24.0.5+incompatible
github.com/docker/docker v24.0.5+incompatible
github.com/docker/cli v24.0.9+incompatible
github.com/docker/docker v24.0.9+incompatible
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.5.0
github.com/dustin/go-humanize v1.0.1
Expand All @@ -30,7 +30,8 @@ require (
github.com/stretchr/testify v1.8.2
github.com/testcontainers/testcontainers-go v0.12.0
github.com/urfave/cli/v2 v2.25.7
golang.org/x/crypto v0.11.0
github.com/wagslane/go-password-validator v0.3.0
golang.org/x/crypto v0.14.0
golang.org/x/mod v0.12.0
golang.org/x/oauth2 v0.10.0
gopkg.in/yaml.v2 v2.4.0
Expand Down Expand Up @@ -59,32 +60,24 @@ require (
github.com/klauspost/compress v1.16.7 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/moby/patternmatcher v0.5.0 // indirect
github.com/moby/sys/mount v0.3.3 // indirect
github.com/moby/sys/mountinfo v0.6.2 // indirect
github.com/moby/sys/sequential v0.5.0 // indirect
github.com/moby/term v0.5.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc4 // indirect
github.com/opencontainers/runc v1.1.8 // indirect
github.com/opencontainers/runc v1.1.12 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/wagslane/go-password-validator v0.3.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.11.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230726155614-23370e0ffb3e // indirect
google.golang.org/grpc v1.57.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
Loading

0 comments on commit 648d066

Please sign in to comment.