yq/go.mod

19 lines
647 B
Modula-2
Raw Normal View History

2020-10-27 05:45:16 +00:00
module github.com/mikefarah/yq/v4
2019-09-03 05:52:55 +00:00
require (
2020-10-30 01:00:48 +00:00
github.com/elliotchance/orderedmap v1.3.0
2020-02-27 13:29:13 +00:00
github.com/fatih/color v1.9.0
2020-09-07 23:13:50 +00:00
github.com/goccy/go-yaml v1.8.1
2020-10-21 02:54:51 +00:00
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
2020-09-07 23:13:50 +00:00
github.com/mattn/go-colorable v0.1.7 // indirect
2020-12-01 05:16:20 +00:00
github.com/spf13/cobra v1.1.1
2020-09-17 11:58:01 +00:00
github.com/timtadh/data-structures v0.5.3 // indirect
github.com/timtadh/lexmachine v0.2.2
2020-11-13 03:07:11 +00:00
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
2020-09-07 23:13:50 +00:00
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2019-09-03 05:52:55 +00:00
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
2020-09-07 23:13:50 +00:00
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
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