Skip to content

Commit

Permalink
upgrade min go version to 1.17 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 55479c4 commit ebd5d7b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/jedib0t/go-pretty/v6

go 1.16
go 1.17

require (
github.com/mattn/go-runewidth v0.0.13
Expand All @@ -9,3 +9,10 @@ require (
golang.org/x/sys v0.16.0
golang.org/x/term v0.16.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit ebd5d7b

Please sign in to comment.