Skip to content

Commit

Permalink
chore(ansi): go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Oct 23, 2024
1 parent 482386e commit a859bf9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
7 changes: 1 addition & 6 deletions ansi/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@ module github.com/charmbracelet/x/ansi

go 1.18

require (
github.com/charmbracelet/x/wcwidth v0.0.0-20241022174419-46d9bb99a691
github.com/rivo/uniseg v0.4.7
)

require golang.org/x/text v0.19.0 // indirect
require github.com/rivo/uniseg v0.4.7
4 changes: 0 additions & 4 deletions ansi/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
github.com/charmbracelet/x/wcwidth v0.0.0-20241022174419-46d9bb99a691 h1:XxrWKvvGJaroJNEgoGGBfCGn/s/67TvhJVTF265WwfA=
github.com/charmbracelet/x/wcwidth v0.0.0-20241022174419-46d9bb99a691/go.mod h1:Ey8PFmYwH+/td9bpiEx07Fdx9ZVkxfIjWXxBluxF4Nw=
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
golang.org/x/text v0.19.0 h1:kTxAhCbGbxhK0IwgSKiMO5awPoDQ0RpfiVYBfK860YM=
golang.org/x/text v0.19.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=

0 comments on commit a859bf9

Please sign in to comment.