yq/go.mod

30 lines
974 B
Modula-2
Raw Normal View History

2020-10-27 05:45:16 +00:00
module github.com/mikefarah/yq/v4
2019-09-03 05:52:55 +00:00
require (
github.com/a8m/envsubst v1.3.0
2021-02-08 02:58:46 +00:00
github.com/elliotchance/orderedmap v1.4.0
github.com/fatih/color v1.13.0
github.com/goccy/go-yaml v1.9.5
github.com/jinzhu/copier v0.3.5
github.com/magiconair/properties v1.8.6
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
github.com/spf13/cobra v1.4.0
2020-09-17 11:58:01 +00:00
github.com/timtadh/lexmachine v0.2.2
2021-12-21 04:02:07 +00:00
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
2019-09-03 05:52:55 +00:00
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
2022-05-28 03:32:35 +00:00
gopkg.in/yaml.v3 v3.0.1
2019-09-03 05:52:55 +00:00
)
2019-10-30 21:18:09 +00:00
require (
2021-10-26 04:07:50 +00:00
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
2021-10-26 04:07:50 +00:00
github.com/spf13/pflag v1.0.5 // indirect
2021-10-17 07:25:36 +00:00
github.com/timtadh/data-structures v0.5.3 // indirect
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
2021-12-21 04:02:07 +00:00
golang.org/x/text v0.3.7 // indirect
2021-10-26 04:07:50 +00:00
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)
2022-03-28 03:18:55 +00:00
go 1.18