mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
17 lines
501 B
Modula-2
17 lines
501 B
Modula-2
module github.com/mikefarah/yq/v4
|
|
|
|
require (
|
|
github.com/elliotchance/orderedmap v1.3.0
|
|
github.com/fatih/color v1.10.0
|
|
github.com/goccy/go-yaml v1.8.4
|
|
github.com/jinzhu/copier v0.1.0
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/timtadh/data-structures v0.5.3 // indirect
|
|
github.com/timtadh/lexmachine v0.2.2
|
|
golang.org/x/sys v0.0.0-20210105210732-16f7687f5001 // indirect
|
|
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|
|
|
|
go 1.15
|