fix management integrations

This commit is contained in:
Pascal Fischer
2025-06-10 14:43:22 +02:00
parent 1f23570f76
commit 41c5e111e5
3 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ import (
"github.com/spf13/cobra"
"github.com/netbirdio/management-cloud-refactor/integrations"
"github.com/netbirdio/management-integrations-refactor/integrations"
"github.com/netbirdio/management-refactor/internals/server"
"github.com/netbirdio/management-refactor/pkg/logging"
)
+1
View File
@@ -15,6 +15,7 @@ require (
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.2-0.20240212192251-757544f21357
github.com/hashicorp/go-secure-stdlib/base62 v0.1.2
github.com/mattn/go-sqlite3 v1.14.22
github.com/netbirdio/management-integrations-refactor v0.0.0-20250606145650-91ec2ff19a65
github.com/netbirdio/management-integrations/integrations v0.0.0-20250330143713-7901e0a82203
github.com/netbirdio/netbird v0.41.0
github.com/petermattis/goid v0.0.0-20250319124200-ccd6737f222a
+2
View File
@@ -222,6 +222,8 @@ github.com/moby/term v0.5.0 h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=
github.com/moby/term v0.5.0/go.mod h1:8FzsFHVUBGZdbDsJw/ot+X+d5HLUbvklYLJ9uGfcI3Y=
github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=
github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc=
github.com/netbirdio/management-integrations-refactor v0.0.0-20250606145650-91ec2ff19a65 h1:N5ny4rwjnPtXO14/RpGJpdOOr8wWgLEVRVGoawCZRg8=
github.com/netbirdio/management-integrations-refactor v0.0.0-20250606145650-91ec2ff19a65/go.mod h1:ZvZaPfGQ1MGQbCiexhqWZkUdPkF9ymR1DAKu3ZO70RI=
github.com/netbirdio/management-integrations/integrations v0.0.0-20250330143713-7901e0a82203 h1:uxxbLPXQgC9VO15epNPtrD6zazyd5rZeqC5hQSmCdZU=
github.com/netbirdio/management-integrations/integrations v0.0.0-20250330143713-7901e0a82203/go.mod h1:2ZE6/tBBCKHQggPfO2UOQjyjXI7k+JDVl2ymorTOVQs=
github.com/netbirdio/netbird v0.41.0 h1:netVLMdYZyFGEOvzsCUcB8TrCgpPRJElPV9gNano2pg=