Skip to content

Commit

Permalink
upgrade min go version to 1.19 to support x/term
Browse files Browse the repository at this point in the history
  • Loading branch information
jedib0t committed Jan 7, 2024
1 parent ebd5d7b commit 5d2b4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/jedib0t/go-pretty/v6

go 1.17
go 1.19

require (
github.com/mattn/go-runewidth v0.0.13
Expand Down

0 comments on commit 5d2b4fd

Please sign in to comment.