@@ -10,29 +10,29 @@ require (
10
10
github.com/cyphar/filepath-securejoin v0.2.2
11
11
github.com/fluxcd/image-automation-controller/api v0.18.0
12
12
// If you bump this, change REFLECTOR_VER in the Makefile to match
13
- github.com/fluxcd/image-reflector-controller/api v0.14 .0
14
- github.com/fluxcd/pkg/apis/meta v0.10.1
15
- github.com/fluxcd/pkg/gittestserver v0.4.2
16
- github.com/fluxcd/pkg/runtime v0.12.1
17
- github.com/fluxcd/pkg/ssh v0.1 .0
13
+ github.com/fluxcd/image-reflector-controller/api v0.15 .0
14
+ github.com/fluxcd/pkg/apis/meta v0.10.2
15
+ github.com/fluxcd/pkg/gittestserver v0.5.0
16
+ github.com/fluxcd/pkg/runtime v0.12.3
17
+ github.com/fluxcd/pkg/ssh v0.2 .0
18
18
// If you bump this, change SOURCE_VER in the Makefile to match
19
- github.com/fluxcd/source-controller v0.19.0
20
- github.com/fluxcd/source-controller/api v0.19.0
19
+ github.com/fluxcd/source-controller v0.20.1
20
+ github.com/fluxcd/source-controller/api v0.20.1
21
21
github.com/go-git/go-billy/v5 v5.3.1
22
22
github.com/go-git/go-git/v5 v5.4.2
23
- github.com/go-logr/logr v0.4.0
23
+ github.com/go-logr/logr v1.2.2
24
24
github.com/google/go-containerregistry v0.6.0
25
25
github.com/libgit2/git2go/v31 v31.6.1
26
- github.com/onsi/ginkgo v1.16.4
27
- github.com/onsi/gomega v1.15 .0
26
+ github.com/onsi/ginkgo v1.16.5
27
+ github.com/onsi/gomega v1.17 .0
28
28
github.com/otiai10/copy v1.7.0
29
29
github.com/spf13/pflag v1.0.5
30
- k8s.io/api v0.22.2
31
- k8s.io/apimachinery v0.22.2
32
- k8s.io/client-go v0.22.2
33
- k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e
34
- sigs.k8s.io/controller-runtime v0.10.2
35
- sigs.k8s.io/kustomize/kyaml v0.10.21
30
+ k8s.io/api v0.23.1
31
+ k8s.io/apimachinery v0.23.1
32
+ k8s.io/client-go v0.23.1
33
+ k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65
34
+ sigs.k8s.io/controller-runtime v0.11.0
35
+ sigs.k8s.io/kustomize/kyaml v0.13.0
36
36
)
37
37
38
38
require (
@@ -48,31 +48,31 @@ require (
48
48
github.com/cespare/xxhash/v2 v2.1.1 // indirect
49
49
github.com/davecgh/go-spew v1.1.1 // indirect
50
50
github.com/emirpasic/gods v1.12.0 // indirect
51
- github.com/evanphx/json-patch v4.11 .0+incompatible // indirect
52
- github.com/fluxcd/pkg/apis/acl v0.0.1 // indirect
51
+ github.com/evanphx/json-patch v4.12 .0+incompatible // indirect
52
+ github.com/fluxcd/pkg/apis/acl v0.0.3 // indirect
53
53
github.com/fluxcd/pkg/gitutil v0.1.0 // indirect
54
54
github.com/fluxcd/pkg/version v0.1.0 // indirect
55
- github.com/fsnotify/fsnotify v1.4.9 // indirect
55
+ github.com/fsnotify/fsnotify v1.5.1 // indirect
56
56
github.com/go-errors/errors v1.0.1 // indirect
57
57
github.com/go-git/gcfg v1.5.0 // indirect
58
- github.com/go-logr/zapr v0.4 .0 // indirect
58
+ github.com/go-logr/zapr v1.2 .0 // indirect
59
59
github.com/go-openapi/jsonpointer v0.19.5 // indirect
60
60
github.com/go-openapi/jsonreference v0.19.5 // indirect
61
61
github.com/go-openapi/swag v0.19.14 // indirect
62
62
github.com/gogo/protobuf v1.3.2 // indirect
63
63
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
64
64
github.com/golang/protobuf v1.5.2 // indirect
65
65
github.com/google/go-cmp v0.5.6 // indirect
66
- github.com/google/gofuzz v1.1 .0 // indirect
66
+ github.com/google/gofuzz v1.2 .0 // indirect
67
67
github.com/google/uuid v1.2.0 // indirect
68
68
github.com/googleapis/gnostic v0.5.5 // indirect
69
69
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
70
70
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
71
- github.com/huandu/xstrings v1.3.1 // indirect
71
+ github.com/huandu/xstrings v1.3.2 // indirect
72
72
github.com/imdario/mergo v0.3.12 // indirect
73
73
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
74
74
github.com/josharian/intern v1.0.0 // indirect
75
- github.com/json-iterator/go v1.1.11 // indirect
75
+ github.com/json-iterator/go v1.1.12 // indirect
76
76
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
77
77
github.com/mailru/easyjson v0.7.6 // indirect
78
78
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
@@ -81,14 +81,14 @@ require (
81
81
github.com/mitchellh/mapstructure v1.4.1 // indirect
82
82
github.com/mitchellh/reflectwalk v1.0.1 // indirect
83
83
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
84
- github.com/modern-go/reflect2 v1.0.1 // indirect
84
+ github.com/modern-go/reflect2 v1.0.2 // indirect
85
85
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
86
86
github.com/nxadm/tail v1.4.8 // indirect
87
87
github.com/pkg/errors v0.9.1 // indirect
88
88
github.com/pmezard/go-difflib v1.0.0 // indirect
89
89
github.com/prometheus/client_golang v1.11.0 // indirect
90
90
github.com/prometheus/client_model v0.2.0 // indirect
91
- github.com/prometheus/common v0.26 .0 // indirect
91
+ github.com/prometheus/common v0.28 .0 // indirect
92
92
github.com/prometheus/procfs v0.6.0 // indirect
93
93
github.com/satori/go.uuid v1.2.0 // indirect
94
94
github.com/sergi/go-diff v1.1.0 // indirect
@@ -100,12 +100,12 @@ require (
100
100
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
101
101
go.uber.org/atomic v1.7.0 // indirect
102
102
go.uber.org/multierr v1.6.0 // indirect
103
- go.uber.org/zap v1.19.0 // indirect
104
- golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
105
- golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
103
+ go.uber.org/zap v1.19.1 // indirect
104
+ golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
105
+ golang.org/x/net v0.0.0-20211215060638-4ddde0e984e9 // indirect
106
106
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
107
- golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
108
- golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
107
+ golang.org/x/sys v0.0.0-20211029165221-6e7872819dc8 // indirect
108
+ golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
109
109
golang.org/x/text v0.3.7 // indirect
110
110
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
111
111
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
@@ -116,15 +116,14 @@ require (
116
116
gopkg.in/warnings.v0 v0.1.2 // indirect
117
117
gopkg.in/yaml.v2 v2.4.0 // indirect
118
118
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
119
- k8s.io/apiextensions-apiserver v0.22.2 // indirect
120
- k8s.io/component-base v0.22.2 // indirect
121
- k8s.io/klog/v2 v2.9.0 // indirect
122
- k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a // indirect
123
- sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
124
- sigs.k8s.io/yaml v1.2.0 // indirect
119
+ k8s.io/apiextensions-apiserver v0.23.0 // indirect
120
+ k8s.io/component-base v0.23.0 // indirect
121
+ k8s.io/klog/v2 v2.30.0 // indirect
122
+ k8s.io/utils v0.0.0-20211208161948-7d6a63dca704 // indirect
123
+ sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
124
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.0 // indirect
125
+ sigs.k8s.io/yaml v1.3.0 // indirect
125
126
)
126
127
127
- // Side-effect of depending on source-controller;
128
- // required by https://github.com/helm/helm/blob/v3.6.3/go.mod,
129
- // but overwritten with a newer version due to CVE-2017-11468.
130
- replace github.com/docker/distribution => github.com/docker/distribution v2.7.0-rc.0+incompatible
128
+ // pink kyaml to prevent indent changes
129
+ replace sigs.k8s.io/kustomize/kyaml => sigs.k8s.io/kustomize/kyaml v0.10.21
0 commit comments