@@ -25,14 +25,14 @@ require (
25
25
github.com/stretchr/testify v1.10.0
26
26
github.com/tidwall/gjson v1.17.1
27
27
github.com/tidwall/sjson v1.2.5
28
- github.com/vektra/mockery/v2 v2.53.3
28
+ github.com/vektra/mockery/v3 v3.5.1
29
29
github.com/yuin/gopher-lua v0.0.0-20220504180219-658193537a64
30
30
go.uber.org/mock v0.4.0
31
31
golang.org/x/net v0.40.0
32
32
golang.org/x/term v0.32.0
33
33
golang.org/x/text v0.25.0
34
34
golang.org/x/time v0.11.0
35
- golang.org/x/tools v0.32 .0
35
+ golang.org/x/tools v0.33 .0
36
36
gomodules.xyz/jsonpatch/v2 v2.4.0
37
37
google.golang.org/grpc v1.72.0
38
38
gopkg.in/yaml.v3 v3.0.1
@@ -74,17 +74,18 @@ require (
74
74
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
75
75
github.com/beorn7/perks v1.0.1 // indirect
76
76
github.com/blang/semver/v4 v4.0.0 // indirect
77
+ github.com/brunoga/deep v1.2.4 // indirect
77
78
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
78
79
github.com/cespare/xxhash/v2 v2.3.0 // indirect
79
80
github.com/chai2010/gettext-go v1.0.2 // indirect
80
- github.com/chigopher/pathlib v0.19.1 // indirect
81
81
github.com/coreos/go-semver v0.3.1 // indirect
82
82
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
83
83
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
84
84
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
85
85
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
86
86
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
87
87
github.com/fatih/camelcase v1.0.0 // indirect
88
+ github.com/fatih/structs v1.1.0 // indirect
88
89
github.com/felixge/httpsnoop v1.0.4 // indirect
89
90
github.com/fsnotify/fsnotify v1.8.0 // indirect
90
91
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
@@ -95,7 +96,7 @@ require (
95
96
github.com/go-openapi/jsonreference v0.21.0 // indirect
96
97
github.com/go-openapi/swag v0.23.0 // indirect
97
98
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
98
- github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
99
+ github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
99
100
github.com/golang/protobuf v1.5.4 // indirect
100
101
github.com/google/btree v1.1.3 // indirect
101
102
github.com/google/cel-go v0.23.2 // indirect
@@ -107,23 +108,29 @@ require (
107
108
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
108
109
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
109
110
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
110
- github.com/huandu/xstrings v1.4.0 // indirect
111
- github.com/iancoleman/strcase v0.3.0 // indirect
111
+ github.com/huandu/xstrings v1.5.0 // indirect
112
112
github.com/inconshreveable/mousetrap v1.1.0 // indirect
113
- github.com/jinzhu/copier v0.4.0 // indirect
113
+ github.com/jedib0t/go-pretty/v6 v6.6.7 // indirect
114
114
github.com/jonboulle/clockwork v0.4.0 // indirect
115
115
github.com/josharian/intern v1.0.0 // indirect
116
116
github.com/json-iterator/go v1.1.12 // indirect
117
+ github.com/knadh/koanf/maps v0.1.2 // indirect
118
+ github.com/knadh/koanf/parsers/yaml v0.1.0 // indirect
119
+ github.com/knadh/koanf/providers/env v1.0.0 // indirect
120
+ github.com/knadh/koanf/providers/file v1.1.2 // indirect
121
+ github.com/knadh/koanf/providers/posflag v0.1.0 // indirect
122
+ github.com/knadh/koanf/providers/structs v0.1.0 // indirect
123
+ github.com/knadh/koanf/v2 v2.2.1 // indirect
117
124
github.com/kr/text v0.2.0 // indirect
118
125
github.com/kylelemons/godebug v1.1.0 // indirect
119
126
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
120
127
github.com/mailru/easyjson v0.7.7 // indirect
121
128
github.com/mattn/go-colorable v0.1.14 // indirect
122
129
github.com/mattn/go-isatty v0.0.20 // indirect
123
- github.com/mattn/go-runewidth v0.0.14 // indirect
124
- github.com/mitchellh/go-homedir v1.1 .0 // indirect
130
+ github.com/mattn/go-runewidth v0.0.16 // indirect
131
+ github.com/mitchellh/copystructure v1.2 .0 // indirect
125
132
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
126
- github.com/mitchellh/mapstructure v1.5.0 // indirect
133
+ github.com/mitchellh/reflectwalk v1.0.2 // indirect
127
134
github.com/moby/spdystream v0.5.0 // indirect
128
135
github.com/moby/term v0.5.0 // indirect
129
136
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -132,28 +139,24 @@ require (
132
139
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
133
140
github.com/opencontainers/go-digest v1.0.0 // indirect
134
141
github.com/pelletier/go-toml v1.9.5 // indirect
135
- github.com/pelletier/go-toml/v2 v2.2.3 // indirect
136
142
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
137
143
github.com/pkg/errors v0.9.1 // indirect
138
144
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
139
145
github.com/prometheus/client_model v0.6.2 // indirect
140
146
github.com/prometheus/procfs v0.15.1 // indirect
141
- github.com/rivo/uniseg v0.4.2 // indirect
147
+ github.com/rivo/uniseg v0.4.7 // indirect
142
148
github.com/robfig/cron/v3 v3.0.1 // indirect
143
149
github.com/rogpeppe/go-internal v1.13.1 // indirect
144
150
github.com/rs/zerolog v1.33.0 // indirect
145
151
github.com/russross/blackfriday/v2 v2.1.0 // indirect
146
- github.com/sagikazarmark/locafero v0.7.0 // indirect
147
- github.com/sourcegraph/conc v0.3.0 // indirect
148
- github.com/spf13/afero v1.12.0 // indirect
149
- github.com/spf13/cast v1.7.1 // indirect
150
- github.com/spf13/viper v1.20.0 // indirect
151
152
github.com/stoewer/go-strcase v1.3.0 // indirect
152
153
github.com/stretchr/objx v0.5.2 // indirect
153
- github.com/subosito/gotenv v1.6.0 // indirect
154
154
github.com/tidwall/match v1.1.1 // indirect
155
155
github.com/tidwall/pretty v1.2.0 // indirect
156
156
github.com/x448/float16 v0.8.4 // indirect
157
+ github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
158
+ github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
159
+ github.com/xeipuuv/gojsonschema v1.2.0 // indirect
157
160
github.com/xlab/treeprint v1.2.0 // indirect
158
161
go.etcd.io/etcd/api/v3 v3.5.21 // indirect
159
162
go.etcd.io/etcd/client/pkg/v3 v3.5.21 // indirect
@@ -178,6 +181,7 @@ require (
178
181
golang.org/x/oauth2 v0.30.0 // indirect
179
182
golang.org/x/sync v0.14.0 // indirect
180
183
golang.org/x/sys v0.33.0 // indirect
184
+ google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
181
185
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
182
186
google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e // indirect
183
187
google.golang.org/protobuf v1.36.6 // indirect
0 commit comments