summaryrefslogtreecommitdiff
path: root/exports/exports_test_wrapper.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-11-21 15:57:12 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2024-11-21 16:06:22 +0100
commita587163c822e80527f6acc78c1edac3410327854 (patch)
tree15ddd4ee5e2f7af01eeef98fb4adc4bd6c651776 /exports/exports_test_wrapper.go
parent72edbfe5d2d51b7dbaaa6ac6fe96cfbd43b60069 (diff)
Replace all links from GitHub to Codeberg
Diffstat (limited to 'exports/exports_test_wrapper.go')
-rw-r--r--exports/exports_test_wrapper.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/exports/exports_test_wrapper.go b/exports/exports_test_wrapper.go
index a7305dd..3b64007 100644
--- a/exports/exports_test_wrapper.go
+++ b/exports/exports_test_wrapper.go
@@ -21,11 +21,11 @@ import (
"testing"
"time"
- "github.com/eduvpn/eduvpn-common/internal/test"
- "github.com/eduvpn/eduvpn-common/types/error"
- "github.com/eduvpn/eduvpn-common/util"
+ "codeberg.org/eduVPN/eduvpn-common/internal/test"
+ "codeberg.org/eduVPN/eduvpn-common/types/error"
+ "codeberg.org/eduVPN/eduvpn-common/util"
- httpw "github.com/eduvpn/eduvpn-common/internal/http"
+ httpw "codeberg.org/eduVPN/eduvpn-common/internal/http"
)
func getString(in *C.char) string {