Bumps the go_modules group with 1 update in the /backend directory: [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go). Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.2.2 to 1.8.0 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md) - [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azidentity/v1.2.2...sdk/azcore/v1.8.0) Updates `golang.org/x/crypto` from 0.21.0 to 0.27.0 - [Commits](https://github.com/golang/crypto/compare/v0.21.0...v0.27.0) --- updated-dependencies: - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
74 lines
2.9 KiB
Modula-2
74 lines
2.9 KiB
Modula-2
module openreplay/backend
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/DataDog/datadog-api-client-go/v2 v2.30.0
|
|
github.com/Masterminds/semver v1.5.0
|
|
github.com/andybalholm/brotli v1.1.0
|
|
github.com/aws/aws-sdk-go v1.44.98
|
|
github.com/btcsuite/btcutil v1.0.2
|
|
github.com/docker/distribution v2.8.3+incompatible
|
|
github.com/elastic/go-elasticsearch/v7 v7.13.1
|
|
github.com/elastic/go-elasticsearch/v8 v8.13.0
|
|
github.com/getsentry/sentry-go v0.29.0
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/jackc/pgconn v1.14.3
|
|
github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451
|
|
github.com/jackc/pgtype v1.14.0
|
|
github.com/jackc/pgx/v4 v4.18.2
|
|
github.com/klauspost/compress v1.17.7
|
|
github.com/klauspost/pgzip v1.2.5
|
|
github.com/oschwald/maxminddb-golang v1.7.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.16.0
|
|
github.com/rs/xid v1.2.1
|
|
github.com/sethvargo/go-envconfig v0.7.0
|
|
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
|
|
github.com/ua-parser/uap-go v0.0.0-20200325213135-e1c09f13e2fe
|
|
go.uber.org/zap v1.17.0
|
|
golang.org/x/net v0.29.0
|
|
)
|
|
|
|
require (
|
|
github.com/DataDog/zstd v1.5.2 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/elastic/elastic-transport-go/v8 v8.5.0 // indirect
|
|
github.com/go-logr/logr v1.4.1 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/puddle v1.3.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/prometheus/client_model v0.4.0 // indirect
|
|
github.com/prometheus/common v0.42.0 // indirect
|
|
github.com/prometheus/procfs v0.10.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
go.opentelemetry.io/otel v1.24.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.24.0 // indirect
|
|
go.opentelemetry.io/otel/sdk v1.22.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.24.0 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
golang.org/x/crypto v0.27.0 // indirect
|
|
golang.org/x/oauth2 v0.17.0 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
golang.org/x/text v0.18.0 // indirect
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|