@@ -17,14 +17,14 @@ require (
17
17
github.com/fluxcd/pkg/testserver v0.7.0
18
18
github.com/fluxcd/source-controller/api v1.4.1
19
19
github.com/hashicorp/vault/api v1.20.0
20
- github.com/onsi/gomega v1.37 .0
20
+ github.com/onsi/gomega v1.38 .0
21
21
github.com/ory/dockertest v3.3.5+incompatible
22
22
github.com/spf13/pflag v1.0.7
23
23
github.com/stretchr/testify v1.10.0
24
24
k8s.io/apimachinery v0.31.1
25
25
k8s.io/client-go v0.31.1
26
- kcl-lang.io/kcl-go v0.11.2
27
- kcl-lang.io/kpm v0.11.2
26
+ kcl-lang.io/kcl-go v0.11.3
27
+ kcl-lang.io/kpm v0.11.3
28
28
sigs.k8s.io/controller-runtime v0.19.0
29
29
)
30
30
@@ -42,7 +42,7 @@ require (
42
42
github.com/MakeNowJust/heredoc v1.0.0 // indirect
43
43
github.com/Microsoft/go-winio v0.6.2 // indirect
44
44
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
45
- github.com/ProtonMail/go-crypto v1.1.5 // indirect
45
+ github.com/ProtonMail/go-crypto v1.1.6 // indirect
46
46
github.com/aws/aws-sdk-go v1.48.10 // indirect
47
47
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
48
48
github.com/blang/semver/v4 v4.0.0 // indirect
@@ -52,7 +52,7 @@ require (
52
52
github.com/chai2010/jsonv v1.1.3 // indirect
53
53
github.com/chai2010/protorpc v1.1.4 // indirect
54
54
github.com/chainguard-dev/git-urls v1.0.2 // indirect
55
- github.com/cloudflare/circl v1.3.9 // indirect
55
+ github.com/cloudflare/circl v1.6.1 // indirect
56
56
github.com/containerd/containerd v1.7.20 // indirect
57
57
github.com/containerd/continuity v0.4.3 // indirect
58
58
github.com/containerd/errdefs v0.3.0 // indirect
@@ -81,11 +81,11 @@ require (
81
81
github.com/go-errors/errors v1.5.1 // indirect
82
82
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
83
83
github.com/go-git/go-billy/v5 v5.6.2 // indirect
84
- github.com/go-git/go-git/v5 v5.13 .2 // indirect
84
+ github.com/go-git/go-git/v5 v5.16 .2 // indirect
85
85
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
86
86
github.com/go-logr/stdr v1.2.2 // indirect
87
87
github.com/go-test/deep v1.0.8 // indirect
88
- github.com/goccy/go-yaml v1.17.1 // indirect
88
+ github.com/goccy/go-yaml v1.18.0 // indirect
89
89
github.com/gofrs/flock v0.12.1 // indirect
90
90
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect
91
91
github.com/golang/snappy v0.0.4 // indirect
@@ -142,7 +142,7 @@ require (
142
142
github.com/ryanuber/go-glob v1.0.0 // indirect
143
143
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
144
144
github.com/sirupsen/logrus v1.9.3 // indirect
145
- github.com/skeema/knownhosts v1.3.0 // indirect
145
+ github.com/skeema/knownhosts v1.3.1 // indirect
146
146
github.com/spf13/cobra v1.8.1 // indirect
147
147
github.com/thoas/go-funk v0.9.3 // indirect
148
148
github.com/ulikunitz/xz v0.5.12 // indirect
@@ -153,18 +153,18 @@ require (
153
153
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
154
154
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
155
155
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
156
- go.opentelemetry.io/otel v1.34 .0 // indirect
157
- go.opentelemetry.io/otel/metric v1.34 .0 // indirect
158
- go.opentelemetry.io/otel/trace v1.34 .0 // indirect
156
+ go.opentelemetry.io/otel v1.35 .0 // indirect
157
+ go.opentelemetry.io/otel/metric v1.35 .0 // indirect
158
+ go.opentelemetry.io/otel/trace v1.35 .0 // indirect
159
159
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
160
- golang.org/x/crypto v0.36 .0 // indirect
161
- golang.org/x/mod v0.23 .0 // indirect
162
- golang.org/x/sync v0.12 .0 // indirect
160
+ golang.org/x/crypto v0.40 .0 // indirect
161
+ golang.org/x/mod v0.26 .0 // indirect
162
+ golang.org/x/sync v0.16 .0 // indirect
163
163
google.golang.org/api v0.186.0 // indirect
164
164
google.golang.org/genproto v0.0.0-20240624140628-dc46fd24d27d // indirect
165
- google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
166
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
167
- google.golang.org/grpc v1.72 .0 // indirect
165
+ google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 // indirect
166
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
167
+ google.golang.org/grpc v1.73 .0 // indirect
168
168
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
169
169
gopkg.in/warnings.v0 v0.1.2 // indirect
170
170
k8s.io/cli-runtime v0.31.1 // indirect
@@ -192,7 +192,7 @@ require (
192
192
github.com/go-openapi/jsonreference v0.21.0 // indirect
193
193
github.com/go-openapi/swag v0.23.0 // indirect
194
194
github.com/gogo/protobuf v1.3.2 // indirect
195
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
195
+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
196
196
github.com/golang/protobuf v1.5.4 // indirect
197
197
github.com/google/gnostic-models v0.6.8 // indirect
198
198
github.com/google/go-cmp v0.7.0 // indirect
@@ -219,11 +219,11 @@ require (
219
219
go.uber.org/multierr v1.11.0 // indirect
220
220
go.uber.org/zap v1.27.0 // indirect
221
221
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
222
- golang.org/x/net v0.37 .0 // indirect
223
- golang.org/x/oauth2 v0.26 .0 // indirect
224
- golang.org/x/sys v0.31 .0 // indirect
225
- golang.org/x/term v0.30 .0 // indirect
226
- golang.org/x/text v0.23 .0 // indirect
222
+ golang.org/x/net v0.42 .0 // indirect
223
+ golang.org/x/oauth2 v0.28 .0 // indirect
224
+ golang.org/x/sys v0.34 .0 // indirect
225
+ golang.org/x/term v0.33 .0 // indirect
226
+ golang.org/x/text v0.27 .0 // indirect
227
227
golang.org/x/time v0.6.0 // indirect
228
228
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
229
229
google.golang.org/protobuf v1.36.6 // indirect
0 commit comments