diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ( |
