Skip to content

Commit ba8f605

Browse files
committed
fix: go.mod and go.sum to use lipgloss v2
1 parent e02ba76 commit ba8f605

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ go 1.25.2
44

55
replace charm.land/bubbletea/v2 => ../
66

7-
replace charm.land/lipgloss/v2 => ../../lipgloss
8-
97
require (
108
charm.land/bubbles/v2 v2.0.0-beta.1.0.20251110211018-84a82dfeeed8
119
charm.land/bubbletea/v2 v2.0.0-rc.1.0.20251106192006-06c0cda318b3

examples/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
charm.land/bubbles/v2 v2.0.0-beta.1.0.20251110211018-84a82dfeeed8 h1:2bzaNBvZHgpLjxlQTDjoeY0YGjQtMflWiDZMEbviiRE=
22
charm.land/bubbles/v2 v2.0.0-beta.1.0.20251110211018-84a82dfeeed8/go.mod h1:5AbN6cEd/47gkEf8TgiQ2O3RZ5QxMS14l9W+7F9fPC4=
3+
charm.land/lipgloss/v2 v2.0.0-beta.3.0.20251124152919-5387b9dbf261 h1:xrL0zXkwT7qBEqGllKYCwWWecbbXBjGgvXc7L8VAPkU=
4+
charm.land/lipgloss/v2 v2.0.0-beta.3.0.20251124152919-5387b9dbf261/go.mod h1:bjsp2D+VGi56y8f53S7xCphcoqJb36vo3dBVh0RrpP8=
35
github.com/MakeNowJust/heredoc v1.0.0 h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=
46
github.com/MakeNowJust/heredoc v1.0.0/go.mod h1:mG5amYoWBHf8vpLOuehzbGGw0EHxpZZ6lCpQ4fNJ8LE=
57
github.com/alecthomas/assert/v2 v2.7.0 h1:QtqSACNS3tF7oasA8CU6A6sXZSBDqnm7RfpLl9bZqbE=

0 commit comments

Comments
 (0)