summaryrefslogtreecommitdiff
path: root/internal/namespace/lifecycle_test.go
diff options
context:
space:
mode:
authorJames O'Doherty <james@theodohertyfamily.com>2026-05-29 23:35:21 -0400
committerJames O'Doherty <james@theodohertyfamily.com>2026-05-29 23:35:21 -0400
commitda70b10fbd056f19d892acad542ce96c40c58389 (patch)
tree7d506e83c163234403237b195ebe9e079e515af4 /internal/namespace/lifecycle_test.go
parent328a42144fd54ac99d1bf231e6114147e48b820f (diff)
refactor: rename module to git.theodohertyfamily.com/wg-wrap and apply public domain license
- Update go.mod and all internal imports to reflect the new module path - Add LICENSE file with the Unlicense (public domain dedication) - Increase timeouts in e2e lifecycle tests to prevent flaky failures - Verify all tests, linting, and formatting pass with the new module name
Diffstat (limited to 'internal/namespace/lifecycle_test.go')
-rw-r--r--internal/namespace/lifecycle_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/namespace/lifecycle_test.go b/internal/namespace/lifecycle_test.go
index 230e93a..1fb0a13 100644
--- a/internal/namespace/lifecycle_test.go
+++ b/internal/namespace/lifecycle_test.go
@@ -6,7 +6,7 @@ import (
"strconv"
"testing"
- "git.theodohertyfamily.com/tools/wg-wrap/internal/paths"
+ "git.theodohertyfamily.com/wg-wrap/internal/paths"
)
func TestLifecycleReferenceCounting(t *testing.T) {