2022-10-04 15:09:13 +02:00
|
|
|
module github.com/tlinden/tablizer
|
2022-09-28 19:30:08 +02:00
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
2022-09-30 19:14:58 +02:00
|
|
|
require (
|
2022-11-04 20:10:54 +01:00
|
|
|
github.com/alecthomas/repr v0.1.1
|
2022-10-15 17:05:15 +02:00
|
|
|
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
|
2023-11-22 13:33:26 +01:00
|
|
|
github.com/glycerine/zygomys v5.1.2+incompatible
|
2022-10-10 20:14:51 +02:00
|
|
|
github.com/gookit/color v1.5.2
|
2023-11-22 13:33:26 +01:00
|
|
|
github.com/hashicorp/hcl/v2 v2.19.1
|
|
|
|
|
github.com/lithammer/fuzzysearch v1.1.7
|
2022-10-01 14:14:53 +02:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
2022-11-04 20:10:54 +01:00
|
|
|
github.com/spf13/cobra v1.6.1
|
2022-10-16 19:44:26 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2022-09-30 19:14:58 +02:00
|
|
|
)
|
2022-09-28 19:30:08 +02:00
|
|
|
|
2023-10-02 18:15:41 +02:00
|
|
|
require (
|
2023-11-22 13:33:26 +01:00
|
|
|
github.com/agext/levenshtein v1.2.1 // indirect
|
|
|
|
|
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
|
|
|
|
|
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
|
|
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2023-10-02 18:15:41 +02:00
|
|
|
github.com/glycerine/blake2b v0.0.0-20151022103502-3c8c640cd7be // indirect
|
2023-11-22 13:33:26 +01:00
|
|
|
github.com/glycerine/goconvey v0.0.0-20190410193231-58a59202ab31 // indirect
|
2023-10-02 18:15:41 +02:00
|
|
|
github.com/glycerine/greenpack v5.1.1+incompatible // indirect
|
|
|
|
|
github.com/glycerine/liner v0.0.0-20160121172638-72909af234e0 // indirect
|
2023-11-22 13:33:26 +01:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
|
|
|
github.com/gopherjs/gopherjs v1.17.2 // indirect
|
|
|
|
|
github.com/jtolds/gls v4.20.0+incompatible // indirect
|
|
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
|
|
|
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
|
2023-10-02 18:15:41 +02:00
|
|
|
github.com/philhofer/fwd v1.1.2 // indirect
|
2023-11-22 13:33:26 +01:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2023-10-02 18:15:41 +02:00
|
|
|
github.com/shurcooL/go v0.0.0-20200502201357-93f07166e636 // indirect
|
|
|
|
|
github.com/shurcooL/go-goon v1.0.0 // indirect
|
2023-11-22 13:33:26 +01:00
|
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
2023-10-02 18:15:41 +02:00
|
|
|
github.com/tinylib/msgp v1.1.8 // indirect
|
|
|
|
|
github.com/ugorji/go/codec v1.2.11 // indirect
|
2023-11-22 13:33:26 +01:00
|
|
|
github.com/zclconf/go-cty v1.13.0 // indirect
|
|
|
|
|
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
|
|
|
|
|
golang.org/x/text v0.13.0 // indirect
|
|
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2023-10-02 18:15:41 +02:00
|
|
|
)
|
|
|
|
|
|
2022-09-28 19:30:08 +02:00
|
|
|
require (
|
2022-11-04 20:10:54 +01:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
|
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
2022-11-04 20:22:51 +01:00
|
|
|
|
2023-10-02 18:15:41 +02:00
|
|
|
// force release. > 0.4. doesnt build everywhere, see:
|
|
|
|
|
// https://github.com/TLINDEN/tablizer/actions/runs/3396457307/jobs/5647544615
|
|
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
2022-09-28 19:30:08 +02:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2022-11-04 20:10:54 +01:00
|
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
2023-11-22 13:33:26 +01:00
|
|
|
golang.org/x/sys v0.12.0 // indirect
|
2022-09-28 19:30:08 +02:00
|
|
|
)
|