@@ -9,13 +9,13 @@ require (
99 github.com/SpectoLabs/goxml2json v0.0.0-20240121223617-8e03292c14ea
1010 github.com/SpectoLabs/raymond v2.0.3-0.20240827093205-07f3a7bebd7d+incompatible
1111 github.com/antonholmquist/jason v1.0.1-0.20160829104012-962e09b85496
12- github.com/beevik/etree v1.5.1
12+ github.com/beevik/etree v1.6.0
1313 github.com/boltdb/bolt v1.3.1
1414 github.com/brianvoe/gofakeit/v6 v6.28.0
1515 github.com/codegangsta/negroni v1.0.0
1616 github.com/dghubble/sling v1.4.2
1717 github.com/dsnet/compress v0.0.1
18- github.com/go-playground/validator/v10 v10.26 .0
18+ github.com/go-playground/validator/v10 v10.28 .0
1919 github.com/go-zoo/bone v1.3.0
2020 github.com/golang-jwt/jwt/v4 v4.5.2
2121 github.com/gorilla/mux v1.8.1
@@ -27,30 +27,30 @@ require (
2727 github.com/mitchellh/go-homedir v1.1.0
2828 github.com/olekukonko/tablewriter v0.0.5
2929 github.com/onsi/ginkgo v1.16.5
30- github.com/onsi/gomega v1.37.0
30+ github.com/onsi/gomega v1.38.2
3131 github.com/pborman/uuid v1.2.1
3232 github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
3333 github.com/rakyll/statik v0.1.7
34- github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
34+ github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9
3535 github.com/ryanuber/go-glob v1.0.0
3636 github.com/sirupsen/logrus v1.9.3
37- github.com/spf13/cobra v1.9 .1
38- github.com/spf13/pflag v1.0.6
37+ github.com/spf13/cobra v1.10 .1
38+ github.com/spf13/pflag v1.0.10
3939 github.com/spf13/viper v0.0.0-20160508180713-d8a428b8a306
40- github.com/tdewolff/minify/v2 v2.23.8
40+ github.com/tdewolff/minify/v2 v2.24.7
4141 github.com/xeipuuv/gojsonschema v1.2.0
42- golang.org/x/crypto v0.38 .0
42+ golang.org/x/crypto v0.44 .0
4343 gonum.org/v1/gonum v0.16.0
4444 gopkg.in/yaml.v2 v2.4.0
45- k8s.io/client-go v0.33.1
45+ k8s.io/client-go v0.34.2
4646)
4747
4848require (
4949 github.com/BurntSushi/toml v1.5.0 // indirect
5050 github.com/aymerick/raymond v2.0.2+incompatible // indirect
5151 github.com/corpix/uarand v0.2.0 // indirect
52- github.com/fsnotify/fsnotify v1.8 .0 // indirect
53- github.com/gabriel-vasile/mimetype v1.4.8 // indirect
52+ github.com/fsnotify/fsnotify v1.9 .0 // indirect
53+ github.com/gabriel-vasile/mimetype v1.4.10 // indirect
5454 github.com/go-playground/locales v0.14.1 // indirect
5555 github.com/go-playground/universal-translator v0.18.1 // indirect
5656 github.com/goccmack/goutil v1.2.3 // indirect
@@ -69,15 +69,15 @@ require (
6969 github.com/robertkrimen/otto v0.5.1 // indirect
7070 github.com/spf13/cast v1.7.1 // indirect
7171 github.com/spf13/jwalterweatherman v1.1.0 // indirect
72- github.com/tdewolff/parse/v2 v2.8.1 // indirect
72+ github.com/tdewolff/parse/v2 v2.8.5 // indirect
7373 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
7474 github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
75- golang.org/x/net v0.40.0 // indirect
76- golang.org/x/sys v0.33.0 // indirect
77- golang.org/x/term v0.32.0 // indirect
78- golang.org/x/text v0.25.0 // indirect
75+ go.yaml.in/yaml/v3 v3.0.4 // indirect
76+ golang.org/x/net v0.46.0 // indirect
77+ golang.org/x/sys v0.38.0 // indirect
78+ golang.org/x/term v0.37.0 // indirect
79+ golang.org/x/text v0.31.0 // indirect
7980 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
8081 gopkg.in/sourcemap.v1 v1.0.5 // indirect
8182 gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
82- gopkg.in/yaml.v3 v3.0.1 // indirect
8383)
0 commit comments