update to go1.23, update dependencies

This commit is contained in:
2025-03-06 17:16:20 +01:00
parent 5e52cd9ce0
commit 5726ed3f7f
2 changed files with 18 additions and 16 deletions

14
go.mod
View File

@@ -1,6 +1,8 @@
module github.com/tlinden/tablizer
go 1.22
go 1.23
toolchain go1.23.5
require (
github.com/alecthomas/repr v0.4.0
@@ -9,7 +11,7 @@ require (
github.com/hashicorp/hcl/v2 v2.23.0
github.com/lithammer/fuzzysearch v1.1.8
github.com/olekukonko/tablewriter v0.0.5
github.com/rogpeppe/go-internal v1.13.1
github.com/rogpeppe/go-internal v1.14.1
github.com/spf13/cobra v1.9.1
github.com/tiagomelo/go-clipboard v0.1.2
gopkg.in/yaml.v3 v3.0.1
@@ -28,9 +30,9 @@ require (
github.com/spf13/pflag v1.0.6 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/zclconf/go-cty v1.13.3 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/tools v0.22.0 // indirect
golang.org/x/tools v0.26.0 // indirect
)