From 7d671485f3cac9a1a3ad09c6496ae0c310a17d2e Mon Sep 17 00:00:00 2001 From: Viktor Liu Date: Thu, 30 Jan 2025 20:07:19 +0100 Subject: [PATCH] Set netbird identity --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4f87ca6..eca34e7 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/pion/ice/v3 +module github.com/netbirdio/ice/v3 go 1.13