2019-12-06 04:57:46 +00:00
|
|
|
module github.com/mikefarah/yq/v3
|
2019-09-03 05:52:55 +00:00
|
|
|
|
|
|
|
require (
|
2020-02-27 13:29:13 +00:00
|
|
|
github.com/fatih/color v1.9.0
|
2020-06-10 06:02:12 +00:00
|
|
|
github.com/goccy/go-yaml v1.7.5
|
2020-02-03 02:59:16 +00:00
|
|
|
github.com/kylelemons/godebug v1.1.0
|
2020-04-14 01:39:08 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/spf13/cobra v1.0.0
|
2020-02-12 04:40:21 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2020-06-10 06:02:12 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
|
2020-04-14 01:39:08 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
|
2019-09-03 05:52:55 +00:00
|
|
|
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
|
2020-06-10 06:02:12 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c
|
2019-09-03 05:52:55 +00:00
|
|
|
)
|
2019-10-30 21:18:09 +00:00
|
|
|
|
2020-04-14 01:19:00 +00:00
|
|
|
go 1.14
|