diff options
| author | Paul Bütow <1224732+snonux@users.noreply.github.com> | 2025-06-22 17:27:26 +0300 |
|---|---|---|
| committer | Paul Bütow <1224732+snonux@users.noreply.github.com> | 2025-06-22 17:27:26 +0300 |
| commit | 418bf155e0a28733fb72bdf4af27ffcbc399fee2 (patch) | |
| tree | 45edb209066e78198e8b931dfbfe33eb1f9c0cb3 /go.mod | |
| parent | 46d9b211f7935208d9957d7aad9d3e8a9fa491ba (diff) | |
Update module path and docs
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -module tasksamurai +module codeberg.org/snonux/tasksamurai go 1.23.8 @@ -7,6 +7,7 @@ require ( github.com/charmbracelet/bubbletea v1.3.5 github.com/charmbracelet/lipgloss v1.1.0 github.com/charmbracelet/x/ansi v0.8.0 + github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 ) require ( @@ -16,7 +17,6 @@ require ( github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect github.com/charmbracelet/x/term v0.2.1 // indirect github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect - github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect github.com/lucasb-eyer/go-colorful v1.2.0 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mattn/go-localereader v0.0.1 // indirect |
