diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-24 02:08:56 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-24 02:08:56 -0500 |
commit | 4297cde9a75ae43affa00d6dd5fed437b8de2a80 (patch) | |
tree | c354df8fd3dccdb8a7e30bc43337ab59ad2e546c /go.mod | |
parent | c8bcf5289f1b6c364f6f0237b1bf4ccad4e1dcd2 (diff) |
Rename go module and update Go version
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |