mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-20 19:32:22 +02:00
git-subtree-dir: foundations/stream git-subtree-mainline:328a7dc269git-subtree-split:b7b6930b09
77 lines
3.5 KiB
AMPL
77 lines
3.5 KiB
AMPL
module github.com/hcengineering/stream
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go-v2 v1.36.1
|
|
github.com/aws/aws-sdk-go-v2/config v1.29.6
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.17.59
|
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.77.0
|
|
github.com/golang-jwt/jwt/v5 v5.2.2
|
|
github.com/google/uuid v1.6.0
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/segmentio/kafka-go v0.4.48
|
|
github.com/stretchr/testify v1.11.1
|
|
github.com/tus/tusd/v2 v2.6.0
|
|
github.com/valyala/fasthttp v1.59.0
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0
|
|
go.opentelemetry.io/otel v1.38.0
|
|
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.14.0
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.38.0
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0
|
|
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.14.0
|
|
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.38.0
|
|
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.38.0
|
|
go.opentelemetry.io/otel/log v0.14.0
|
|
go.opentelemetry.io/otel/sdk v1.38.0
|
|
go.opentelemetry.io/otel/sdk/log v0.14.0
|
|
go.opentelemetry.io/otel/sdk/metric v1.38.0
|
|
go.opentelemetry.io/otel/trace v1.38.0
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/exp v0.0.0-20250215185904-eff6e970281f
|
|
gopkg.in/vansante/go-ffprobe.v2 v2.2.1
|
|
k8s.io/utils v0.0.0-20241210054802-24370beab758
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.1 // indirect
|
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.9 // indirect
|
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.28 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.32 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.32 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.32 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.6.0 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.13 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.13 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sso v1.24.15 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.14 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.33.14 // indirect
|
|
github.com/aws/smithy-go v1.22.3 // indirect
|
|
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.22 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.38.0 // indirect
|
|
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/net v0.43.0 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
golang.org/x/text v0.28.0 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
|
|
google.golang.org/grpc v1.75.0 // indirect
|
|
google.golang.org/protobuf v1.36.8 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|