From 14cb6b5de1d2d7e11234ccad4031bd651bd48ade Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Wed, 18 Sep 2024 11:40:35 -0400 Subject: [PATCH] feat!: v2: update module path to github.com/charmbracelet/bubbletea/v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8480d52e22..da24f86ea0 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/charmbracelet/bubbletea +module github.com/charmbracelet/bubbletea/v2 go 1.18