aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 9b7c1fe..bd84ac0 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module github.com/rhogenson/ccp
+module roseh.moe/cmd/ccp
go 1.24.1
@@ -7,9 +7,9 @@ require (
github.com/charmbracelet/lipgloss v1.1.0
github.com/mattn/go-runewidth v0.0.16
github.com/pkg/sftp v1.13.9
- github.com/rhogenson/deque v1.1.0
golang.org/x/crypto v0.37.0
golang.org/x/term v0.31.0
+ roseh.moe/pkg/deque v1.2.1
)
require (