mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
26 lines
822 B
Modula-2
26 lines
822 B
Modula-2
module github.com/mikefarah/yq/v4
|
|
|
|
require (
|
|
github.com/elliotchance/orderedmap v1.4.0
|
|
github.com/fatih/color v1.10.0
|
|
github.com/goccy/go-yaml v1.8.9
|
|
github.com/jinzhu/copier v0.2.8
|
|
github.com/magiconair/properties v1.8.5
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/timtadh/lexmachine v0.2.2
|
|
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/timtadh/data-structures v0.5.3 // indirect
|
|
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|
|
|
|
go 1.17
|