2021-05-01 12:45:37 +02:00
|
|
|
.idea
|
2022-06-20 18:20:43 +02:00
|
|
|
.run
|
2021-07-19 15:02:11 +02:00
|
|
|
*.iml
|
2021-08-07 12:26:07 +02:00
|
|
|
dist/
|
2022-04-15 17:30:12 +02:00
|
|
|
bin/
|
2021-08-07 12:26:07 +02:00
|
|
|
.env
|
2021-08-25 14:16:17 +02:00
|
|
|
conf.json
|
2021-09-25 19:12:05 +02:00
|
|
|
http-cmds.sh
|
2023-12-17 18:49:47 +01:00
|
|
|
setup.env
|
|
|
|
infrastructure_files/**/Caddyfile
|
|
|
|
infrastructure_files/**/dashboard.env
|
|
|
|
infrastructure_files/**/zitadel.env
|
|
|
|
infrastructure_files/**/management.json
|
|
|
|
infrastructure_files/**/management-*.json
|
|
|
|
infrastructure_files/**/docker-compose.yml
|
|
|
|
infrastructure_files/**/openid-configuration.json
|
|
|
|
infrastructure_files/**/turnserver.conf
|
|
|
|
infrastructure_files/**/management.json.bkp.**
|
|
|
|
infrastructure_files/**/management-*.json.bkp.**
|
|
|
|
infrastructure_files/**/docker-compose.yml.bkp.**
|
|
|
|
infrastructure_files/**/openid-configuration.json.bkp.**
|
|
|
|
infrastructure_files/**/turnserver.conf.bkp.**
|
2023-06-19 15:07:27 +02:00
|
|
|
management/management
|
|
|
|
client/client
|
|
|
|
client/client.exe
|
2022-02-15 13:01:56 +01:00
|
|
|
*.syso
|
2022-04-15 17:30:12 +02:00
|
|
|
client/.distfiles/
|
2022-11-23 08:42:12 +01:00
|
|
|
infrastructure_files/setup.env
|
2023-06-19 15:07:27 +02:00
|
|
|
infrastructure_files/setup-*.env
|
2022-11-23 08:42:12 +01:00
|
|
|
.vscode
|
2023-10-12 15:42:36 +02:00
|
|
|
.DS_Store
|
[client, signal, management] Update google.golang.org/api to latest (#3288)
* [misc] Add vendor/ to .gitignore
Ignore the vendor/ tree created if someone runs "go mod vendor"
Signed-off-by: Christian Stewart <christian@aperture.us>
* [client, signal, management] Update google.golang.org/protobuf to latest
Updating protobuf runtime library as a dependency of eventually updating
google.golang.org/api in a future commit.
Signed-off-by: Christian Stewart <christian@aperture.us>
* [client, signal, management] Update google.golang.org/grpc to latest
Updating grpc library as a dependency of eventually updating
google.golang.org/api in a future commit.
Signed-off-by: Christian Stewart <christian@aperture.us>
* [client, signal, management] Update golang.org/x/net to latest
Updating x/net library as a dependency of eventually updating
google.golang.org/api in a future commit.
Signed-off-by: Christian Stewart <christian@aperture.us>
* [client, signal, management] Update golang.org/x/oauth2 to latest
Updating x/oauth2 library as a dependency of eventually updating
google.golang.org/api in a future commit.
Signed-off-by: Christian Stewart <christian@aperture.us>
* [client, signal, management] Update github.com/stretchr/testify to latest
Updating testify library as a dependency of eventually updating
google.golang.org/api in a future commit.
Signed-off-by: Christian Stewart <christian@aperture.us>
* [client, signal, management] Update opentelemetry to latest
Updating otel library as a dependency of eventually updating
google.golang.org/api in a future commit.
Signed-off-by: Christian Stewart <christian@aperture.us>
* [client, signal, management] Update golang.org/x/time to latest
Updating x/time library as a dependency of eventually updating
google.golang.org/api in a future commit.
Signed-off-by: Christian Stewart <christian@aperture.us>
* [management] Update google.golang.org/api to latest
Updating google.golang.org/api library to fix indirect dependency issues with
older versions of OpenTelemetry.
See: #3240
Signed-off-by: Christian Stewart <christian@aperture.us>
---------
Signed-off-by: Christian Stewart <christian@aperture.us>
2025-02-21 12:02:50 +01:00
|
|
|
vendor/
|