mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:07:31 +00:00
update modules (#2534)
This commit is contained in:
60
go.mod
60
go.mod
@@ -3,29 +3,29 @@ module github.com/caos/zitadel
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
cloud.google.com/go/storage v1.16.1
|
||||
cloud.google.com/go/storage v1.18.2
|
||||
cloud.google.com/go/trace v1.0.0 // indirect
|
||||
github.com/BurntSushi/toml v0.4.1
|
||||
github.com/DATA-DOG/go-sqlmock v1.5.0
|
||||
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.0.0-RC2
|
||||
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.0.0
|
||||
github.com/Masterminds/goutils v1.1.1 // indirect
|
||||
github.com/Masterminds/semver v1.5.0 // indirect
|
||||
github.com/Masterminds/sprig v2.22.0+incompatible
|
||||
github.com/Masterminds/squirrel v1.5.0
|
||||
github.com/Masterminds/squirrel v1.5.1
|
||||
github.com/VictoriaMetrics/fastcache v1.7.0
|
||||
github.com/ajstarks/svgo v0.0.0-20210406150507-75cfd577ce75
|
||||
github.com/ajstarks/svgo v0.0.0-20210927141636-6d70534b1098
|
||||
github.com/allegro/bigcache v1.2.1
|
||||
github.com/aws/aws-sdk-go-v2 v1.6.0
|
||||
github.com/aws/aws-sdk-go-v2/config v1.3.0
|
||||
github.com/aws/aws-sdk-go-v2/credentials v1.2.1
|
||||
github.com/aws/aws-sdk-go-v2/service/s3 v1.10.0
|
||||
github.com/aws/aws-sdk-go-v2 v1.9.2
|
||||
github.com/aws/aws-sdk-go-v2/config v1.8.3
|
||||
github.com/aws/aws-sdk-go-v2/credentials v1.4.3
|
||||
github.com/aws/aws-sdk-go-v2/service/s3 v1.16.1
|
||||
github.com/boombuler/barcode v1.0.1
|
||||
github.com/caos/logging v0.0.2
|
||||
github.com/caos/oidc v0.15.10
|
||||
github.com/caos/oidc v0.15.11
|
||||
github.com/caos/orbos v1.5.14-0.20210803090517-905668247c09
|
||||
github.com/cockroachdb/cockroach-go/v2 v2.1.1
|
||||
github.com/dop251/goja v0.0.0-20210817151038-07a7fd9355b4
|
||||
github.com/dop251/goja_nodejs v0.0.0-20210225215109-d91c329300e7
|
||||
github.com/cockroachdb/cockroach-go/v2 v2.2.1
|
||||
github.com/dop251/goja v0.0.0-20211019164913-00bb30d12573
|
||||
github.com/dop251/goja_nodejs v0.0.0-20210920152751-582170a1676b
|
||||
github.com/duo-labs/webauthn v0.0.0-20210727191636-9f1b88ef44cc
|
||||
github.com/envoyproxy/protoc-gen-validate v0.6.1
|
||||
github.com/getsentry/sentry-go v0.11.0
|
||||
@@ -48,9 +48,9 @@ require (
|
||||
github.com/lib/pq v1.10.3
|
||||
github.com/lucasb-eyer/go-colorful v1.2.0
|
||||
github.com/manifoldco/promptui v0.8.0
|
||||
github.com/mattn/go-colorable v0.1.9 // indirect; indirect github.com/mitchellh/copystructure v1.0.0 // indirect
|
||||
github.com/mattn/go-colorable v0.1.11 // indirect; indirect github.com/mitchellh/copystructure v1.0.0 // indirect
|
||||
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
|
||||
github.com/minio/minio-go/v7 v7.0.14
|
||||
github.com/minio/minio-go/v7 v7.0.15
|
||||
github.com/mitchellh/copystructure v1.2.0 // indirect
|
||||
github.com/muesli/gamut v0.2.0
|
||||
github.com/nicksnyder/go-i18n/v2 v2.1.2
|
||||
@@ -63,24 +63,24 @@ require (
|
||||
github.com/stretchr/testify v1.7.0
|
||||
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
|
||||
github.com/ttacon/libphonenumber v1.2.1
|
||||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.24.0
|
||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.24.0
|
||||
go.opentelemetry.io/otel v1.0.0
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.0.0
|
||||
go.opentelemetry.io/otel/exporters/prometheus v0.23.0
|
||||
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.0.0
|
||||
go.opentelemetry.io/otel/metric v0.23.0
|
||||
go.opentelemetry.io/otel/sdk v1.0.0
|
||||
go.opentelemetry.io/otel/sdk/export/metric v0.23.0
|
||||
go.opentelemetry.io/otel/sdk/metric v0.23.0
|
||||
go.opentelemetry.io/otel/trace v1.0.0
|
||||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.25.0
|
||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.25.0
|
||||
go.opentelemetry.io/otel v1.0.1
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.0.1
|
||||
go.opentelemetry.io/otel/exporters/prometheus v0.24.0
|
||||
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.0.1
|
||||
go.opentelemetry.io/otel/metric v0.24.0
|
||||
go.opentelemetry.io/otel/sdk v1.0.1
|
||||
go.opentelemetry.io/otel/sdk/export/metric v0.24.0
|
||||
go.opentelemetry.io/otel/sdk/metric v0.24.0
|
||||
go.opentelemetry.io/otel/trace v1.0.1
|
||||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
||||
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
|
||||
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
|
||||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
||||
golang.org/x/text v0.3.7
|
||||
golang.org/x/tools v0.1.6
|
||||
google.golang.org/api v0.57.0
|
||||
google.golang.org/genproto v0.0.0-20210921142501-181ce0d877f6
|
||||
golang.org/x/tools v0.1.7
|
||||
google.golang.org/api v0.58.0
|
||||
google.golang.org/genproto v0.0.0-20211019152133-63b7e35f4404
|
||||
google.golang.org/grpc v1.41.0
|
||||
google.golang.org/protobuf v1.27.1
|
||||
gopkg.in/square/go-jose.v2 v2.6.0
|
||||
@@ -90,5 +90,5 @@ require (
|
||||
k8s.io/apiextensions-apiserver v0.22.2
|
||||
k8s.io/apimachinery v0.22.2
|
||||
k8s.io/client-go v0.22.2
|
||||
sigs.k8s.io/controller-runtime v0.10.1
|
||||
sigs.k8s.io/controller-runtime v0.10.2
|
||||
)
|
||||
|
Reference in New Issue
Block a user