aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-04-13 09:32:40 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-04-13 09:32:40 -0700
commit0ea041f4bf34d00d267db923a1d9f6de7f18b643 (patch)
treeef1de7e7e2d38db327b9db07b6469df59b91d525 /go.mod
parentce9eb070bfa1cf9526589abfda73ef0b70b17cf6 (diff)
downloadccp-0ea041f4bf34d00d267db923a1d9f6de7f18b643.tar.zst
GitHub
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 3 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 4e92c97..0343486 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module gitlab.com/rhogenson/ccp
+module github.com/rhogenson/ccp
go 1.24.1
@@ -7,7 +7,7 @@ require (
github.com/charmbracelet/bubbletea v1.3.4
github.com/charmbracelet/lipgloss v1.1.0
github.com/pkg/sftp v1.13.9
- gitlab.com/rhogenson/deque v1.1.0
+ github.com/rhogenson/container v1.0.1
golang.org/x/crypto v0.37.0
golang.org/x/term v0.31.0
)
@@ -30,6 +30,7 @@ require (
github.com/muesli/termenv v0.16.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
+ golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/sync v0.13.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect