@@ -8,7 +8,7 @@ require (
8
8
github.com/google/go-cmp v0.6.0
9
9
github.com/google/uuid v1.3.1
10
10
github.com/gorilla/mux v1.8.0 // indirect
11
- github.com/onsi/gomega v1.27.10
11
+ github.com/onsi/gomega v1.30.0
12
12
github.com/pkg/errors v0.9.1 // indirect
13
13
github.com/prometheus/client_golang v1.16.0
14
14
github.com/sclevine/agouti v3.0.0+incompatible
@@ -58,20 +58,20 @@ require (
58
58
github.com/maxbrunsfeld/counterfeiter/v6 v6.6.2
59
59
github.com/microsoft/azure-devops-go-api/azuredevops v1.0.0-b5
60
60
github.com/mkmik/multierror v0.3.0
61
- github.com/onsi/ginkgo/v2 v2.11 .0
61
+ github.com/onsi/ginkgo/v2 v2.13 .0
62
62
github.com/slok/go-http-metrics v0.10.0
63
63
github.com/spf13/pflag v1.0.5
64
64
github.com/spf13/viper v1.16.0
65
65
github.com/tonglil/buflogr v1.0.1
66
66
github.com/weaveworks/cluster-controller v1.5.5
67
67
github.com/weaveworks/cluster-reflector-controller v0.0.9
68
- github.com/weaveworks/gitopssets-controller v0.16.4
68
+ github.com/weaveworks/gitopssets-controller v0.16.5
69
69
github.com/weaveworks/policy-agent/api v1.0.5
70
70
github.com/weaveworks/progressive-delivery v0.0.0-20230421131659-61a8aadf8aac
71
71
github.com/weaveworks/templates-controller v0.2.0
72
72
github.com/xanzy/go-gitlab v0.90.0
73
73
go.mozilla.org/sops/v3 v3.7.3
74
- golang.org/x/crypto v0.14 .0
74
+ golang.org/x/crypto v0.16 .0
75
75
golang.org/x/exp v0.0.0-20230811145659-89c5cff77bcb
76
76
golang.org/x/oauth2 v0.13.0
77
77
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d
@@ -83,12 +83,12 @@ require (
83
83
k8s.io/kubernetes v1.26.3
84
84
sigs.k8s.io/cluster-api v1.5.2
85
85
sigs.k8s.io/kustomize/kyaml v0.14.1
86
- sigs.k8s.io/yaml v1.3 .0
86
+ sigs.k8s.io/yaml v1.4 .0
87
87
)
88
88
89
89
require (
90
90
dario.cat/mergo v1.0.0 // indirect
91
- github.com/fluxcd/pkg/tar v0.2 .0 // indirect
91
+ github.com/fluxcd/pkg/tar v0.4 .0 // indirect
92
92
github.com/gitops-tools/pkg v0.1.0 // indirect
93
93
github.com/google/go-containerregistry v0.12.0 // indirect
94
94
)
@@ -117,7 +117,7 @@ require (
117
117
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect
118
118
github.com/google/go-github/v52 v52.0.0 // indirect
119
119
github.com/google/s2a-go v0.1.5 // indirect
120
- github.com/klauspost/cpuid/v2 v2.0.4 // indirect
120
+ github.com/klauspost/cpuid/v2 v2.2.5 // indirect
121
121
github.com/mschoch/smat v0.2.0 // indirect
122
122
github.com/stretchr/objx v0.5.0 // indirect
123
123
go.etcd.io/bbolt v1.3.7 // indirect
@@ -194,7 +194,7 @@ require (
194
194
195
195
require (
196
196
github.com/bufbuild/connect-go v0.2.0 // indirect
197
- github.com/chzyer/readline v1.5.1 // indirect
197
+ github.com/chzyer/readline v1.5.1
198
198
github.com/containerd/typeurl v1.0.2 // indirect
199
199
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
200
200
github.com/dustin/go-humanize v1.0.0 // indirect
@@ -276,7 +276,7 @@ require (
276
276
github.com/go-git/go-billy/v5 v5.4.1 // indirect
277
277
github.com/go-git/go-git/v5 v5.8.1
278
278
github.com/go-gorp/gorp/v3 v3.0.5 // indirect
279
- github.com/go-logr/zapr v1.2.4 // indirect
279
+ github.com/go-logr/zapr v1.3.0 // indirect
280
280
github.com/go-openapi/jsonpointer v0.20.0 // indirect
281
281
github.com/go-openapi/jsonreference v0.20.2 // indirect
282
282
github.com/go-openapi/swag v0.22.4 // indirect
@@ -296,7 +296,7 @@ require (
296
296
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
297
297
github.com/hashicorp/errwrap v1.1.0 // indirect
298
298
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
299
- github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
299
+ github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
300
300
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
301
301
github.com/huandu/xstrings v1.4.0 // indirect
302
302
github.com/iancoleman/strcase v0.2.0 // indirect
@@ -358,12 +358,12 @@ require (
358
358
github.com/xlab/treeprint v1.2.0 // indirect
359
359
go.starlark.net v0.0.0-20230302034142-4b1e35fe2254 // indirect
360
360
go.uber.org/multierr v1.11.0 // indirect
361
- go.uber.org/zap v1.25 .0
362
- golang.org/x/net v0.17 .0
361
+ go.uber.org/zap v1.26 .0
362
+ golang.org/x/net v0.19 .0
363
363
golang.org/x/sync v0.4.0
364
- golang.org/x/sys v0.13 .0 // indirect
365
- golang.org/x/term v0.13 .0 // indirect
366
- golang.org/x/text v0.13 .0
364
+ golang.org/x/sys v0.15 .0 // indirect
365
+ golang.org/x/term v0.15 .0 // indirect
366
+ golang.org/x/text v0.14 .0
367
367
golang.org/x/time v0.3.0 // indirect
368
368
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
369
369
google.golang.org/appengine v1.6.8 // indirect
0 commit comments