Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump deps #4201

Merged
merged 7 commits into from Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Expand Up @@ -13,7 +13,7 @@ on:
push:
branches:
- main
- main/*
- main-*
- releases/*
tags:
- "*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -10,7 +10,7 @@ on:
push:
branches:
- main
- main/*
- main-*
- releases/*
schedule:
- cron: "12 0 * * *"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Expand Up @@ -10,7 +10,7 @@ on:
push:
branches:
- main
- main/*
- main-*
- releases/*
schedule:
- cron: "12 0 * * *"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-trusted.yml
Expand Up @@ -13,7 +13,7 @@ on:
push:
branches:
- main
- main/*
- main-*
- releases/*
schedule:
- cron: "12 1 * * *" # after Go workflow to reuse "Setup Go" cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -10,7 +10,7 @@ on:
push:
branches:
- main
- main/*
- main-*
- releases/*
schedule:
- cron: "12 0 * * *"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Expand Up @@ -12,7 +12,7 @@ on:
push:
branches:
- main
- main/*
- main-*
- releases/*
schedule:
- cron: "12 0 * * *"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Expand Up @@ -21,7 +21,7 @@ on:
push:
branches:
- main
- main/*
- main-*
- releases/*
tags:
- "*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Expand Up @@ -10,7 +10,7 @@ on:
push:
branches:
- main
- main/*
- main-*
- releases/*
schedule:
- cron: "12 0 * * *"
Expand Down
2 changes: 1 addition & 1 deletion build/deps/docusaurus-docs.Dockerfile
@@ -1 +1 @@
FROM ghcr.io/ferretdb/docusaurus-docs:3.1.0-2
FROM ghcr.io/ferretdb/docusaurus-docs:3.1.0-3
2 changes: 1 addition & 1 deletion build/deps/jaeger.Dockerfile
@@ -1 +1 @@
FROM jaegertracing/all-in-one:1.54.0
FROM jaegertracing/all-in-one:1.55.0
2 changes: 1 addition & 1 deletion build/deps/legacy-mongo-shell.Dockerfile
@@ -1 +1 @@
FROM ghcr.io/ferretdb/legacy-mongo-shell:7.0.5-1
FROM ghcr.io/ferretdb/legacy-mongo-shell:7.0.7-1
2 changes: 1 addition & 1 deletion build/deps/mongo.Dockerfile
@@ -1 +1 @@
FROM mongo:7.0.5
FROM mongo:7.0.7
2 changes: 1 addition & 1 deletion build/deps/trivy.Dockerfile
@@ -1,2 +1,2 @@
FROM aquasec/trivy:0.49.1
FROM aquasec/trivy:0.50.0
WORKDIR /workdir
60 changes: 31 additions & 29 deletions go.mod
Expand Up @@ -6,38 +6,39 @@ toolchain go1.22.1

require (
github.com/AlekSi/pointer v1.2.0
github.com/SAP/go-hdb v1.8.5
github.com/alecthomas/kong v0.8.1
github.com/SAP/go-hdb v1.8.11
github.com/alecthomas/kong v0.9.0
github.com/arl/statsviz v0.6.0
github.com/cristalhq/bson v0.0.8-0.20240102124511-ad00c9874d78
github.com/go-sql-driver/mysql v1.7.1
github.com/go-sql-driver/mysql v1.8.0
github.com/google/uuid v1.6.0
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
github.com/jackc/pgx-zap v0.0.0-20221202020421-94b1cb2f889f
github.com/jackc/pgx/v5 v5.5.5
github.com/neilotoole/slogt v1.1.0
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v1.18.0
github.com/prometheus/client_golang v1.19.0
github.com/prometheus/client_model v0.6.0
github.com/prometheus/common v0.47.0
github.com/stretchr/testify v1.8.4
github.com/prometheus/common v0.50.0
github.com/stretchr/testify v1.9.0
github.com/xdg-go/scram v1.1.2
github.com/xdg-go/stringprep v1.0.4
go.mongodb.org/mongo-driver v1.14.0
go.opentelemetry.io/otel v1.23.1
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.23.1
go.opentelemetry.io/otel/sdk v1.23.1
go.opentelemetry.io/otel/trace v1.23.1
go.opentelemetry.io/otel v1.24.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0
go.opentelemetry.io/otel/sdk v1.24.0
go.opentelemetry.io/otel/trace v1.24.0
go.uber.org/automaxprocs v1.5.3
go.uber.org/zap v1.26.0
golang.org/x/crypto v0.19.0
golang.org/x/crypto/x509roots/fallback v0.0.0-20240218022100-5bead598a0d4
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a
golang.org/x/sys v0.17.0
modernc.org/sqlite v1.28.0 // https://gitlab.com/cznic/sqlite/-/issues/173
go.uber.org/zap v1.27.0
golang.org/x/crypto v0.21.0
golang.org/x/crypto/x509roots/fallback v0.0.0-20240318092723-b91329d961d4
golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81
golang.org/x/sys v0.18.0
modernc.org/sqlite v1.28.0 // https://gitlab.com/cznic/sqlite/-/issues/180
)

require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
Expand All @@ -56,31 +57,32 @@ require (
github.com/klauspost/compress v1.13.6 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/prometheus/procfs v0.13.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.23.1 // indirect
go.opentelemetry.io/otel/metric v1.23.1 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24.0 // indirect
go.opentelemetry.io/otel/metric v1.24.0 // indirect
go.opentelemetry.io/proto/otlp v1.1.0 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/mod v0.15.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/mod v0.16.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.18.0 // indirect; https://github.com/golang/go/issues/66259
golang.org/x/tools v0.19.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
google.golang.org/grpc v1.61.0 // indirect
google.golang.org/grpc v1.61.1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/uint128 v1.2.0 // indirect
modernc.org/cc/v3 v3.40.0 // indirect
modernc.org/ccgo/v3 v3.16.13 // indirect
modernc.org/libc v1.29.0 // indirect
modernc.org/cc/v3 v3.41.0 // indirect
modernc.org/ccgo/v3 v3.16.15 // indirect
modernc.org/libc v1.41.0 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.7.2 // indirect
modernc.org/opt v0.1.3 // indirect
modernc.org/strutil v1.1.3 // indirect
modernc.org/token v1.0.1 // indirect
modernc.org/strutil v1.2.0 // indirect
modernc.org/token v1.1.0 // indirect
)