mirror of
https://github.com/netbirdio/netbird.git
synced 2025-03-03 09:21:12 +01:00
* [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>
33 lines
809 B
Plaintext
33 lines
809 B
Plaintext
.idea
|
|
.run
|
|
*.iml
|
|
dist/
|
|
bin/
|
|
.env
|
|
conf.json
|
|
http-cmds.sh
|
|
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.**
|
|
management/management
|
|
client/client
|
|
client/client.exe
|
|
*.syso
|
|
client/.distfiles/
|
|
infrastructure_files/setup.env
|
|
infrastructure_files/setup-*.env
|
|
.vscode
|
|
.DS_Store
|
|
vendor/
|