-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
63 lines (57 loc) · 2.07 KB
/
go.mod
File metadata and controls
63 lines (57 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
module github.com/elasticpath/epcc-cli
go 1.25.1
require (
github.com/Masterminds/sprig/v3 v3.3.0
github.com/brianvoe/gofakeit/v6 v6.28.0
github.com/buildkite/shellwords v1.0.1
github.com/caarlos0/env/v6 v6.10.1
github.com/google/uuid v1.6.0
github.com/gookit/color v1.6.0
github.com/itchyny/gojq v0.12.18
github.com/mattn/go-isatty v0.0.20
github.com/santhosh-tekuri/jsonschema/v4 v4.0.0
github.com/santhosh-tekuri/jsonschema/v5 v5.3.0
github.com/sirupsen/logrus v1.9.4
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.11.1
github.com/thediveo/enumflag v0.10.1
github.com/yosida95/uritemplate/v3 v3.0.2
golang.org/x/sync v0.19.0
golang.org/x/time v0.14.0
gopkg.in/ini.v1 v1.67.1
gopkg.in/yaml.v3 v3.0.1
)
require github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
require (
github.com/expr-lang/expr v1.17.8
github.com/iancoleman/strcase v0.2.0
github.com/jolestar/go-commons-pool/v2 v2.1.2
github.com/mitchellh/mapstructure v1.5.0
github.com/pb33f/libopenapi v0.34.0
github.com/yukithm/json2csv v0.1.2
)
require (
dario.cat/mergo v1.0.1 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/pb33f/jsonpath v0.8.1 // indirect
github.com/pb33f/ordered-map/v2 v2.3.0 // indirect
go.yaml.in/yaml/v4 v4.0.0-rc.4 // indirect
)
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/huandu/xstrings v1.5.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/itchyny/timefmt-go v0.1.7 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
github.com/spf13/cast v1.10.0
github.com/spf13/pflag v1.0.9 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/sys v0.38.0 // indirect; indirect\
)