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 /internal/picker/picker.go | |
parent | c8bcf5289f1b6c364f6f0237b1bf4ccad4e1dcd2 (diff) |
Rename go module and update Go version
Diffstat (limited to 'internal/picker/picker.go')
-rw-r--r-- | internal/picker/picker.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/picker/picker.go b/internal/picker/picker.go index 6c0a79a..13b04a5 100644 --- a/internal/picker/picker.go +++ b/internal/picker/picker.go @@ -3,10 +3,10 @@ package picker import ( "fmt" + "github.com/ChausseBenjamin/termpicker/internal/colors" + "github.com/ChausseBenjamin/termpicker/internal/slider" "github.com/charmbracelet/bubbles/key" tea "github.com/charmbracelet/bubbletea" - "github.com/charmbracelet/bubbletea-app-template/internal/colors" - "github.com/charmbracelet/bubbletea-app-template/internal/slider" ) type Model struct { |