mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
bbe196ba11
This matches what was changed in the Dockerfile ### CSpell results CSpell: Files checked: 243, Issues found: 0 in 0 files ### GOSec results Summary: Gosec : 2.18.1 Files : 121 Lines : 13091 Nosec : 8 Issues : 0 ### Test Results ? github.com/mikefarah/yq/v4 [no test files] ok github.com/mikefarah/yq/v4/cmd 0.693s ok github.com/mikefarah/yq/v4/pkg/yqlib 1.023 Signed-off-by: jmeridth <jmeridth@gmail.com>
34 lines
1.0 KiB
Modula-2
34 lines
1.0 KiB
Modula-2
module github.com/mikefarah/yq/v4
|
|
|
|
require (
|
|
github.com/a8m/envsubst v1.4.2
|
|
github.com/alecthomas/participle/v2 v2.1.0
|
|
github.com/alecthomas/repr v0.3.0
|
|
github.com/dimchansky/utfbom v1.1.1
|
|
github.com/elliotchance/orderedmap v1.5.0
|
|
github.com/fatih/color v1.15.0
|
|
github.com/goccy/go-json v0.10.2
|
|
github.com/goccy/go-yaml v1.11.2
|
|
github.com/jinzhu/copier v0.4.0
|
|
github.com/magiconair/properties v1.8.7
|
|
github.com/pelletier/go-toml/v2 v2.1.0
|
|
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
|
|
github.com/spf13/cobra v1.7.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/yuin/gopher-lua v1.1.0
|
|
golang.org/x/net v0.17.0
|
|
golang.org/x/text v0.13.0
|
|
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
|
)
|
|
|
|
go 1.21
|