@@ -23,8 +23,8 @@ require (
23
23
github.com/fluxcd/pkg/runtime v0.43.2
24
24
github.com/fluxcd/pkg/untar v0.3.0
25
25
github.com/fluxcd/source-controller/api v1.1.1
26
- github.com/go-logr/logr v1.3.0
27
- github.com/google/uuid v1.4 .0
26
+ github.com/go-logr/logr v1.4.1
27
+ github.com/google/uuid v1.6 .0
28
28
github.com/hashicorp/go-cleanhttp v0.5.2
29
29
github.com/hashicorp/go-retryablehttp v0.7.7
30
30
github.com/hashicorp/hcl2 v0.0.0-20191002203319-fb75b3253c80
@@ -35,15 +35,15 @@ require (
35
35
github.com/maxbrunsfeld/counterfeiter/v6 v6.7.0
36
36
github.com/onsi/gomega v1.30.0
37
37
github.com/pkg/errors v0.9.1
38
- github.com/spf13/afero v1.9.5
38
+ github.com/spf13/afero v1.11.0
39
39
github.com/spf13/cobra v1.8.0
40
40
github.com/spf13/pflag v1.0.5
41
- github.com/spf13/viper v1.16 .0
42
- github.com/stretchr/testify v1.8.4
41
+ github.com/spf13/viper v1.19 .0
42
+ github.com/stretchr/testify v1.9.0
43
43
github.com/zclconf/go-cty v1.14.1
44
44
golang.org/x/net v0.23.0
45
- google.golang.org/grpc v1.56.3
46
- google.golang.org/protobuf v1.31 .0
45
+ google.golang.org/grpc v1.62.1
46
+ google.golang.org/protobuf v1.33 .0
47
47
gopkg.in/yaml.v2 v2.4.0
48
48
k8s.io/api v0.28.4
49
49
k8s.io/apiextensions-apiserver v0.28.4
@@ -84,7 +84,7 @@ require (
84
84
github.com/bluekeyes/go-gitdiff v0.7.1 // indirect
85
85
github.com/cespare/xxhash/v2 v2.2.0 // indirect
86
86
github.com/chai2010/gettext-go v1.0.2 // indirect
87
- github.com/davecgh/go-spew v1.1.1 // indirect
87
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
88
88
github.com/docker/distribution v2.8.2+incompatible // indirect
89
89
github.com/docker/docker v24.0.7+incompatible // indirect
90
90
github.com/docker/go-connections v0.4.0 // indirect
@@ -115,7 +115,6 @@ require (
115
115
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
116
116
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
117
117
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b // indirect
118
- github.com/hashicorp/errwrap v1.1.0 // indirect
119
118
github.com/hashicorp/go-version v1.6.0 // indirect
120
119
github.com/hashicorp/hcl v1.0.0 // indirect
121
120
github.com/huandu/xstrings v1.3.3 // indirect
@@ -145,24 +144,26 @@ require (
145
144
github.com/olekukonko/tablewriter v0.0.5 // indirect
146
145
github.com/opencontainers/go-digest v1.0.0 // indirect
147
146
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
148
- github.com/pelletier/go-toml/v2 v2.0.8 // indirect
147
+ github.com/pelletier/go-toml/v2 v2.2.2 // indirect
149
148
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
150
- github.com/pmezard/go-difflib v1.0.0 // indirect
149
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
151
150
github.com/prometheus/client_golang v1.17.0 // indirect
152
151
github.com/prometheus/client_model v0.5.0 // indirect
153
152
github.com/prometheus/common v0.45.0 // indirect
154
153
github.com/prometheus/procfs v0.12.0 // indirect
155
154
github.com/rivo/uniseg v0.2.0 // indirect
156
155
github.com/rogpeppe/go-internal v1.11.0 // indirect
157
156
github.com/russross/blackfriday/v2 v2.1.0 // indirect
157
+ github.com/sagikazarmark/locafero v0.4.0 // indirect
158
+ github.com/sagikazarmark/slog-shim v0.1.0 // indirect
158
159
github.com/sergi/go-diff v1.3.1 // indirect
159
160
github.com/shopspring/decimal v1.2.0 // indirect
160
161
github.com/shurcooL/githubv4 v0.0.0-20190718010115-4ba037080260 // indirect
161
162
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
162
163
github.com/sirupsen/logrus v1.9.3 // indirect
163
- github.com/spf13/cast v1.5.1 // indirect
164
- github.com/spf13/jwalterweatherman v1.1 .0 // indirect
165
- github.com/subosito/gotenv v1.4.2 // indirect
164
+ github.com/sourcegraph/conc v0.3.0 // indirect
165
+ github.com/spf13/cast v1.6 .0 // indirect
166
+ github.com/subosito/gotenv v1.6.0 // indirect
166
167
github.com/theckman/yacspin v0.13.12 // indirect
167
168
github.com/whilp/git-urls v1.0.0 // indirect
168
169
github.com/xlab/treeprint v1.2.0 // indirect
@@ -172,16 +173,16 @@ require (
172
173
golang.org/x/crypto v0.21.0 // indirect
173
174
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
174
175
golang.org/x/mod v0.14.0 // indirect
175
- golang.org/x/oauth2 v0.15 .0 // indirect
176
- golang.org/x/sync v0.5 .0 // indirect
176
+ golang.org/x/oauth2 v0.18 .0 // indirect
177
+ golang.org/x/sync v0.6 .0 // indirect
177
178
golang.org/x/sys v0.20.0 // indirect
178
179
golang.org/x/term v0.18.0 // indirect
179
180
golang.org/x/text v0.14.0 // indirect
180
181
golang.org/x/time v0.5.0 // indirect
181
182
golang.org/x/tools v0.16.0 // indirect
182
183
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
183
184
google.golang.org/appengine v1.6.8 // indirect
184
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
185
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c // indirect
185
186
gopkg.in/evanphx/json-patch.v5 v5.7.0 // indirect
186
187
gopkg.in/inf.v0 v0.9.1 // indirect
187
188
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments