@@ -19,25 +19,25 @@ require (
1919 github.com/fluxcd/image-reflector-controller/api v0.32.0
2020 github.com/fluxcd/pkg/apis/acl v0.3.0
2121 github.com/fluxcd/pkg/apis/event v0.9.0
22- github.com/fluxcd/pkg/apis/meta v1.5 .0
23- github.com/fluxcd/pkg/git v0.19 .0
24- github.com/fluxcd/pkg/git/gogit v0.19 .0
25- github.com/fluxcd/pkg/gittestserver v0.12 .0
22+ github.com/fluxcd/pkg/apis/meta v1.6 .0
23+ github.com/fluxcd/pkg/git v0.20 .0
24+ github.com/fluxcd/pkg/git/gogit v0.20 .0
25+ github.com/fluxcd/pkg/gittestserver v0.13 .0
2626 github.com/fluxcd/pkg/runtime v0.47.1
27- github.com/fluxcd/pkg/ssh v0.13 .0
27+ github.com/fluxcd/pkg/ssh v0.14 .0
2828 github.com/fluxcd/source-controller/api v1.3.0
2929 github.com/go-git/go-billy/v5 v5.5.0
3030 github.com/go-git/go-git/v5 v5.12.0
31- github.com/go-logr/logr v1.4.1
31+ github.com/go-logr/logr v1.4.2
3232 github.com/google/go-containerregistry v0.20.2
3333 github.com/onsi/gomega v1.34.1
3434 github.com/otiai10/copy v1.14.0
3535 github.com/spf13/pflag v1.0.5
3636 k8s.io/api v0.30.0
37- k8s.io/apimachinery v0.30 .0
37+ k8s.io/apimachinery v0.31 .0
3838 k8s.io/client-go v0.30.0
3939 k8s.io/kube-openapi v0.0.0-20240411171206-dc4e619f62f3
40- k8s.io/utils v0.0.0-20240310230437-4693a0247e57
40+ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
4141 sigs.k8s.io/controller-runtime v0.18.1
4242 sigs.k8s.io/kustomize/kyaml v0.17.0
4343)
@@ -53,7 +53,7 @@ require (
5353 github.com/blang/semver/v4 v4.0.0 // indirect
5454 github.com/cespare/xxhash/v2 v2.3.0 // indirect
5555 github.com/chai2010/gettext-go v1.0.2 // indirect
56- github.com/cloudflare/circl v1.3.7 // indirect
56+ github.com/cloudflare/circl v1.3.9 // indirect
5757 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5858 github.com/emicklei/go-restful/v3 v3.12.0 // indirect
5959 github.com/emirpasic/gods v1.18.1 // indirect
@@ -64,6 +64,7 @@ require (
6464 github.com/fluxcd/gitkit v0.6.0 // indirect
6565 github.com/fluxcd/pkg/version v0.4.0 // indirect
6666 github.com/fsnotify/fsnotify v1.7.0 // indirect
67+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
6768 github.com/go-errors/errors v1.5.1 // indirect
6869 github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
6970 github.com/go-logr/zapr v1.3.0 // indirect
@@ -97,7 +98,7 @@ require (
9798 github.com/mitchellh/copystructure v1.2.0 // indirect
9899 github.com/mitchellh/go-wordwrap v1.0.1 // indirect
99100 github.com/mitchellh/reflectwalk v1.0.2 // indirect
100- github.com/moby/spdystream v0.2 .0 // indirect
101+ github.com/moby/spdystream v0.4 .0 // indirect
101102 github.com/moby/term v0.5.0 // indirect
102103 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
103104 github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -115,27 +116,28 @@ require (
115116 github.com/russross/blackfriday/v2 v2.1.0 // indirect
116117 github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
117118 github.com/shopspring/decimal v1.2.0 // indirect
118- github.com/skeema/knownhosts v1.2.2 // indirect
119+ github.com/skeema/knownhosts v1.3.0 // indirect
119120 github.com/spf13/cast v1.5.0 // indirect
120121 github.com/spf13/cobra v1.8.0 // indirect
122+ github.com/x448/float16 v0.8.4 // indirect
121123 github.com/xanzy/ssh-agent v0.3.3 // indirect
122124 github.com/xlab/treeprint v1.2.0 // indirect
123125 go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
124126 go.uber.org/multierr v1.11.0 // indirect
125127 go.uber.org/zap v1.27.0 // indirect
126- golang.org/x/crypto v0.25 .0 // indirect
128+ golang.org/x/crypto v0.26 .0 // indirect
127129 golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
128- golang.org/x/mod v0.19 .0 // indirect
129- golang.org/x/net v0.27 .0 // indirect
130+ golang.org/x/mod v0.20 .0 // indirect
131+ golang.org/x/net v0.28 .0 // indirect
130132 golang.org/x/oauth2 v0.19.0 // indirect
131- golang.org/x/sync v0.7 .0 // indirect
132- golang.org/x/sys v0.22 .0 // indirect
133- golang.org/x/term v0.22 .0 // indirect
134- golang.org/x/text v0.16 .0 // indirect
133+ golang.org/x/sync v0.8 .0 // indirect
134+ golang.org/x/sys v0.24 .0 // indirect
135+ golang.org/x/term v0.23 .0 // indirect
136+ golang.org/x/text v0.17 .0 // indirect
135137 golang.org/x/time v0.5.0 // indirect
136- golang.org/x/tools v0.23 .0 // indirect
138+ golang.org/x/tools v0.24 .0 // indirect
137139 gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
138- google.golang.org/protobuf v1.34.1 // indirect
140+ google.golang.org/protobuf v1.34.2 // indirect
139141 gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
140142 gopkg.in/inf.v0 v0.9.1 // indirect
141143 gopkg.in/warnings.v0 v0.1.2 // indirect
@@ -144,7 +146,7 @@ require (
144146 k8s.io/apiextensions-apiserver v0.30.0 // indirect
145147 k8s.io/cli-runtime v0.30.0 // indirect
146148 k8s.io/component-base v0.30.0 // indirect
147- k8s.io/klog/v2 v2.120 .1 // indirect
149+ k8s.io/klog/v2 v2.130 .1 // indirect
148150 k8s.io/kubectl v0.30.0 // indirect
149151 sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
150152 sigs.k8s.io/kustomize/api v0.17.1 // indirect
0 commit comments