mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
15 lines
420 B
Modula-2
15 lines
420 B
Modula-2
module github.com/mikefarah/yq/v3
|
|
|
|
require (
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/kylelemons/godebug v1.1.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
|
|
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
|
|
)
|
|
|
|
go 1.13
|