From da70b10fbd056f19d892acad542ce96c40c58389 Mon Sep 17 00:00:00 2001 From: James O'Doherty Date: Fri, 29 May 2026 23:35:21 -0400 Subject: 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 --- internal/wireguard/wireguard.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/wireguard/wireguard.go') diff --git a/internal/wireguard/wireguard.go b/internal/wireguard/wireguard.go index e250dab..8ac7e63 100644 --- a/internal/wireguard/wireguard.go +++ b/internal/wireguard/wireguard.go @@ -12,7 +12,7 @@ import ( "strconv" "strings" - "git.theodohertyfamily.com/tools/wg-wrap/pkg/wgconf" + "git.theodohertyfamily.com/wg-wrap/pkg/wgconf" "github.com/vishvananda/netlink" "golang.org/x/sys/unix" "golang.zx2c4.com/wireguard/conn" -- cgit v1.2.3