@@ -14,9 +14,9 @@ require (
14
14
github.com/fluxcd/pkg/apis/meta v0.14.2
15
15
github.com/fluxcd/pkg/gittestserver v0.5.4
16
16
github.com/fluxcd/pkg/runtime v0.16.2
17
- github.com/fluxcd/pkg/ssh v0.4.1
18
- github.com/fluxcd/source-controller v0.25.4
19
- github.com/fluxcd/source-controller/api v0.25.4
17
+ github.com/fluxcd/pkg/ssh v0.5.0
18
+ github.com/fluxcd/source-controller v0.25.5
19
+ github.com/fluxcd/source-controller/api v0.25.5
20
20
github.com/go-logr/logr v1.2.3
21
21
github.com/google/go-containerregistry v0.9.0
22
22
github.com/libgit2/git2go/v33 v33.0.9
@@ -31,12 +31,6 @@ require (
31
31
sigs.k8s.io/kustomize/kyaml v0.13.7
32
32
)
33
33
34
- require (
35
- github.com/emicklei/go-restful/v3 v3.7.5-0.20220308211933-7c971ca4d0fd // indirect
36
- github.com/hashicorp/go-hclog v0.12.0 // indirect
37
- github.com/matryer/is v1.4.0 // indirect
38
- )
39
-
40
34
// Fix CVE-2022-28948
41
35
replace gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.0
42
36
@@ -52,6 +46,7 @@ require (
52
46
github.com/beorn7/perks v1.0.1 // indirect
53
47
github.com/cespare/xxhash/v2 v2.1.2 // indirect
54
48
github.com/davecgh/go-spew v1.1.1 // indirect
49
+ github.com/emicklei/go-restful/v3 v3.7.5-0.20220308211933-7c971ca4d0fd // indirect
55
50
github.com/emirpasic/gods v1.18.1 // indirect
56
51
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
57
52
github.com/fluxcd/gitkit v0.5.1 // indirect
@@ -75,6 +70,7 @@ require (
75
70
github.com/google/gofuzz v1.2.0 // indirect
76
71
github.com/google/uuid v1.3.0 // indirect
77
72
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
73
+ github.com/hashicorp/go-hclog v0.12.0 // indirect
78
74
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
79
75
github.com/huandu/xstrings v1.3.2 // indirect
80
76
github.com/imdario/mergo v0.3.12 // indirect
@@ -84,6 +80,7 @@ require (
84
80
github.com/json-iterator/go v1.1.12 // indirect
85
81
github.com/kevinburke/ssh_config v1.2.0 // indirect
86
82
github.com/mailru/easyjson v0.7.6 // indirect
83
+ github.com/matryer/is v1.4.0 // indirect
87
84
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
88
85
github.com/mitchellh/copystructure v1.2.0 // indirect
89
86
github.com/mitchellh/go-homedir v1.1.0 // indirect
0 commit comments