summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-11-24 02:08:56 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2024-11-24 02:08:56 -0500
commit4297cde9a75ae43affa00d6dd5fed437b8de2a80 (patch)
treec354df8fd3dccdb8a7e30bc43337ab59ad2e546c /go.mod
parentc8bcf5289f1b6c364f6f0237b1bf4ccad4e1dcd2 (diff)
Rename go module and update Go version
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index c39f083..28fb4e0 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,10 @@
-module github.com/charmbracelet/bubbletea-app-template
+module github.com/ChausseBenjamin/termpicker
-go 1.19
+go 1.23.2
require (
github.com/charmbracelet/bubbles v0.20.0
- github.com/charmbracelet/bubbletea v1.2.2
+ github.com/charmbracelet/bubbletea v1.2.3
github.com/charmbracelet/lipgloss v1.0.0
github.com/urfave/cli/v2 v2.27.5
golang.design/x/clipboard v0.7.0