Skip to content

Commit

Permalink
Update Go modules and actions setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Johnson committed May 13, 2024
1 parent 432d8dc commit 67f5247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ module github.com/copyleftdev/jsonviz

go 1.21.4

require github.com/gizak/termui/v3 v3.1.0

require (
github.com/gizak/termui/v3 v3.1.0 // indirect
github.com/mattn/go-runewidth v0.0.2 // indirect
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d // indirect
Expand Down

0 comments on commit 67f5247

Please sign in to comment.