Skip to content

Commit

Permalink
Add log component
Browse files Browse the repository at this point in the history
  • Loading branch information
omerzi committed Jul 17, 2024
1 parent 0818c0c commit 88cc0c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ require (
github.com/stretchr/testify v1.9.0
)

require github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect

require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand All @@ -28,6 +26,7 @@ require (
github.com/rivo/uniseg v0.4.7 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/sync v0.6.0
golang.org/x/sys v0.17.0 // indirect
golang.org/x/term v0.17.0 // indirect
Expand Down

0 comments on commit 88cc0c5

Please sign in to comment.