mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
18 lines
561 B
Modula-2
18 lines
561 B
Modula-2
module github.com/mikefarah/yq/v3
|
|
|
|
require (
|
|
github.com/fatih/color v1.9.0
|
|
github.com/goccy/go-yaml v1.7.5
|
|
github.com/kylelemons/godebug v1.1.0
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
|
|
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
|
|
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c
|
|
)
|
|
|
|
go 1.14
|