2020-10-27 05:45:16 +00:00
|
|
|
module github.com/mikefarah/yq/v4
|
2019-09-03 05:52:55 +00:00
|
|
|
|
|
|
|
require (
|
2021-02-08 02:58:46 +00:00
|
|
|
github.com/elliotchance/orderedmap v1.4.0
|
2021-01-08 09:56:54 +00:00
|
|
|
github.com/fatih/color v1.10.0
|
2021-03-19 01:58:43 +00:00
|
|
|
github.com/goccy/go-yaml v1.8.9
|
|
|
|
github.com/jinzhu/copier v0.2.8
|
2021-07-25 01:43:51 +00:00
|
|
|
github.com/magiconair/properties v1.8.5
|
2021-03-19 01:58:43 +00:00
|
|
|
github.com/spf13/cobra v1.1.3
|
2020-09-17 11:58:01 +00:00
|
|
|
github.com/timtadh/data-structures v0.5.3 // indirect
|
|
|
|
github.com/timtadh/lexmachine v0.2.2
|
2021-06-29 15:08:50 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
|
2019-09-03 05:52:55 +00:00
|
|
|
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
|
2021-01-08 09:56:54 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2019-09-03 05:52:55 +00:00
|
|
|
)
|
2019-10-30 21:18:09 +00:00
|
|
|
|
2020-09-07 23:43:11 +00:00
|
|
|
go 1.15
|