From b28e2143779eeb36140bd245f2524cc403d9f088 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Wed, 8 Oct 2025 17:25:07 -0700 Subject: Update import path --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') 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 ( -- cgit v1.3.1