diff --git a/go.mod b/go.mod index 6dbcea9..ee08ad0 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +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-refactor/integrations v0.0.0-20250610135639-c2a4c2d5389e 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 diff --git a/go.sum b/go.sum index 1fe0a79..780bc7b 100644 --- a/go.sum +++ b/go.sum @@ -222,8 +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-refactor/integrations v0.0.0-20250610135639-c2a4c2d5389e h1:s5bU6r6sojx8lLCNY9AERx23DcaptZFZ3NHmUgPH/cg= +github.com/netbirdio/management-integrations-refactor/integrations v0.0.0-20250610135639-c2a4c2d5389e/go.mod h1:I3ZwjX7HGAUs8QdOMIAf155YS3G+A7y+/dtv8WB807Y= 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=