diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-08 17:25:07 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-08 17:25:07 -0700 |
| commit | b28e2143779eeb36140bd245f2524cc403d9f088 (patch) | |
| tree | ecf42d3ecdd2053e06d9e2bf20ed62b2d465c6a1 /go.mod | |
| parent | b502299b708395b51a7252826e0da4b72b2787d9 (diff) | |
| download | ccp-b28e2143779eeb36140bd245f2524cc403d9f088.tar.zst | |
Update import path
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 ( |
