diff options
| author | James O'Doherty <james@theodohertyfamily.com> | 2026-05-29 23:35:21 -0400 |
|---|---|---|
| committer | James O'Doherty <james@theodohertyfamily.com> | 2026-05-29 23:35:21 -0400 |
| commit | da70b10fbd056f19d892acad542ce96c40c58389 (patch) | |
| tree | 7d506e83c163234403237b195ebe9e079e515af4 /internal/cli/cli.go | |
| parent | 328a42144fd54ac99d1bf231e6114147e48b820f (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/cli/cli.go')
| -rw-r--r-- | internal/cli/cli.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/internal/cli/cli.go b/internal/cli/cli.go index 0a2ec96..4d028a2 100644 --- a/internal/cli/cli.go +++ b/internal/cli/cli.go @@ -8,11 +8,11 @@ import ( "path/filepath" "strings" - "git.theodohertyfamily.com/tools/wg-wrap/internal/config" - "git.theodohertyfamily.com/tools/wg-wrap/internal/namespace" - "git.theodohertyfamily.com/tools/wg-wrap/internal/paths" - "git.theodohertyfamily.com/tools/wg-wrap/internal/wireguard" - "git.theodohertyfamily.com/tools/wg-wrap/pkg/wgconf" + "git.theodohertyfamily.com/wg-wrap/internal/config" + "git.theodohertyfamily.com/wg-wrap/internal/namespace" + "git.theodohertyfamily.com/wg-wrap/internal/paths" + "git.theodohertyfamily.com/wg-wrap/internal/wireguard" + "git.theodohertyfamily.com/wg-wrap/pkg/wgconf" ) type App struct { |
