@@ -17,54 +17,47 @@ require (
17
17
github.com/fluxcd/pkg/runtime v0.19.0
18
18
github.com/go-git/go-billy/v5 v5.4.1
19
19
github.com/go-git/go-git/v5 v5.6.1
20
- github.com/go-logr/logr v1.2.3
20
+ github.com/go-logr/logr v1.2.4
21
21
github.com/go-logr/stdr v1.2.2
22
22
github.com/google/go-github/v32 v32.1.0
23
23
github.com/google/go-github/v49 v49.1.0
24
24
github.com/hashicorp/go-uuid v1.0.3
25
25
github.com/jenkins-x/go-scm v1.13.12
26
- github.com/onsi/gomega v1.27.4
26
+ github.com/onsi/gomega v1.27.8
27
27
github.com/spf13/pflag v1.0.5
28
- github.com/spf13/viper v1.15 .0
29
- github.com/stretchr/testify v1.8.2
28
+ github.com/spf13/viper v1.16 .0
29
+ github.com/stretchr/testify v1.8.3
30
30
github.com/weaveworks/cluster-controller v1.3.0
31
31
github.com/weaveworks/pipeline-controller/api v0.0.0
32
32
github.com/xanzy/go-gitlab v0.78.0
33
33
go.uber.org/mock v0.3.0
34
- golang.org/x/oauth2 v0.6 .0
35
- k8s.io/api v0.25 .2
36
- k8s.io/apimachinery v0.27.0-beta.0
37
- k8s.io/client-go v0.25 .2
38
- k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a
39
- sigs.k8s.io/controller-runtime v0.13.0
40
- sigs.k8s.io/kustomize/kyaml v0.13.9
34
+ golang.org/x/oauth2 v0.10 .0
35
+ k8s.io/api v0.27 .2
36
+ k8s.io/apimachinery v0.27.2
37
+ k8s.io/client-go v0.27 .2
38
+ k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f
39
+ sigs.k8s.io/controller-runtime v0.15.1
40
+ sigs.k8s.io/kustomize/kyaml v0.14.1
41
41
)
42
42
43
43
require (
44
- cloud.google.com/go/compute v1.18.0 // indirect
45
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
46
44
code.gitea.io/sdk/gitea v0.14.0 // indirect
47
- github.com/Azure/go-autorest v14.2.0+incompatible // indirect
48
- github.com/Azure/go-autorest/autorest v0.11.28 // indirect
49
- github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
50
- github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
51
- github.com/Azure/go-autorest/logger v0.2.1 // indirect
52
- github.com/Azure/go-autorest/tracing v0.6.0 // indirect
53
- github.com/Masterminds/semver/v3 v3.1.1 // indirect
45
+ github.com/Masterminds/semver/v3 v3.2.0 // indirect
54
46
github.com/Microsoft/go-winio v0.5.2 // indirect
55
47
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
56
48
github.com/acomagu/bufpipe v1.0.4 // indirect
57
49
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
58
50
github.com/beorn7/perks v1.0.1 // indirect
59
51
github.com/bluekeyes/go-gitdiff v0.7.1 // indirect
60
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
52
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
61
53
github.com/cloudflare/circl v1.1.0 // indirect
62
54
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
63
55
github.com/davecgh/go-spew v1.1.1 // indirect
64
- github.com/emicklei/go-restful/v3 v3.8 .0 // indirect
56
+ github.com/emicklei/go-restful/v3 v3.9 .0 // indirect
65
57
github.com/emirpasic/gods v1.18.1 // indirect
66
58
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
67
59
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
60
+ github.com/fatih/color v1.15.0 // indirect
68
61
github.com/fluxcd/gitkit v0.6.0 // indirect
69
62
github.com/fluxcd/image-reflector-controller/api v0.22.0 // indirect
70
63
github.com/fluxcd/pkg/apis/acl v0.1.0 // indirect
@@ -73,15 +66,14 @@ require (
73
66
github.com/fluxcd/pkg/ssh v0.6.0 // indirect
74
67
github.com/fluxcd/pkg/version v0.2.0 // indirect
75
68
github.com/fsnotify/fsnotify v1.6.0 // indirect
76
- github.com/go-errors/errors v1.0.1 // indirect
69
+ github.com/go-errors/errors v1.4.2 // indirect
77
70
github.com/go-git/gcfg v1.5.0 // indirect
78
- github.com/go-logr/zapr v1.2.3 // indirect
71
+ github.com/go-logr/zapr v1.2.4 // indirect
79
72
github.com/go-openapi/jsonpointer v0.19.6 // indirect
80
73
github.com/go-openapi/jsonreference v0.20.1 // indirect
81
74
github.com/go-openapi/swag v0.22.3 // indirect
82
75
github.com/gofrs/uuid v4.2.0+incompatible // indirect
83
76
github.com/gogo/protobuf v1.3.2 // indirect
84
- github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
85
77
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
86
78
github.com/golang/protobuf v1.5.3 // indirect
87
79
github.com/google/gnostic v0.6.9 // indirect
@@ -104,53 +96,56 @@ require (
104
96
github.com/kevinburke/ssh_config v1.2.0 // indirect
105
97
github.com/magiconair/properties v1.8.7 // indirect
106
98
github.com/mailru/easyjson v0.7.7 // indirect
107
- github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
99
+ github.com/mattn/go-colorable v0.1.13 // indirect
100
+ github.com/mattn/go-isatty v0.0.17 // indirect
101
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
108
102
github.com/mitchellh/copystructure v1.2.0 // indirect
109
103
github.com/mitchellh/mapstructure v1.5.0 // indirect
110
104
github.com/mitchellh/reflectwalk v1.0.2 // indirect
111
105
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
112
106
github.com/modern-go/reflect2 v1.0.2 // indirect
113
107
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
114
108
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
109
+ github.com/onsi/ginkgo/v2 v2.11.0 // indirect
115
110
github.com/opencontainers/go-digest v1.0.0 // indirect
116
- github.com/pelletier/go-toml/v2 v2.0.6 // indirect
111
+ github.com/pelletier/go-toml/v2 v2.0.8 // indirect
117
112
github.com/pjbgf/sha1cd v0.3.0 // indirect
118
113
github.com/pkg/errors v0.9.1 // indirect
119
114
github.com/pmezard/go-difflib v1.0.0 // indirect
120
- github.com/prometheus/client_golang v1.13 .0 // indirect
121
- github.com/prometheus/client_model v0.2 .0 // indirect
122
- github.com/prometheus/common v0.37 .0 // indirect
123
- github.com/prometheus/procfs v0.8.0 // indirect
115
+ github.com/prometheus/client_golang v1.16 .0 // indirect
116
+ github.com/prometheus/client_model v0.4 .0 // indirect
117
+ github.com/prometheus/common v0.42 .0 // indirect
118
+ github.com/prometheus/procfs v0.10.1 // indirect
124
119
github.com/sergi/go-diff v1.2.0 // indirect
125
120
github.com/shurcooL/githubv4 v0.0.0-20190718010115-4ba037080260 // indirect
126
121
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
127
122
github.com/sirupsen/logrus v1.9.0 // indirect
128
123
github.com/skeema/knownhosts v1.1.0 // indirect
129
- github.com/spf13/afero v1.9.3 // indirect
130
- github.com/spf13/cast v1.5.0 // indirect
124
+ github.com/spf13/afero v1.9.5 // indirect
125
+ github.com/spf13/cast v1.5.1 // indirect
131
126
github.com/spf13/jwalterweatherman v1.1.0 // indirect
132
127
github.com/subosito/gotenv v1.4.2 // indirect
133
128
github.com/xanzy/ssh-agent v0.3.3 // indirect
134
129
github.com/xlab/treeprint v1.1.0 // indirect
135
130
go.uber.org/atomic v1.10.0 // indirect
136
131
go.uber.org/multierr v1.8.0 // indirect
137
- go.uber.org/zap v1.23 .0 // indirect
132
+ go.uber.org/zap v1.24 .0 // indirect
138
133
golang.org/x/crypto v0.14.0 // indirect
139
134
golang.org/x/net v0.17.0 // indirect
140
135
golang.org/x/sys v0.13.0 // indirect
141
136
golang.org/x/term v0.13.0 // indirect
142
137
golang.org/x/text v0.13.0 // indirect
143
138
golang.org/x/time v0.3.0 // indirect
144
- gomodules.xyz/jsonpatch/v2 v2.2 .0 // indirect
139
+ gomodules.xyz/jsonpatch/v2 v2.3 .0 // indirect
145
140
google.golang.org/appengine v1.6.7 // indirect
146
- google.golang.org/protobuf v1.28.1 // indirect
141
+ google.golang.org/protobuf v1.31.0 // indirect
147
142
gopkg.in/inf.v0 v0.9.1 // indirect
148
143
gopkg.in/ini.v1 v1.67.0 // indirect
149
144
gopkg.in/warnings.v0 v0.1.2 // indirect
150
145
gopkg.in/yaml.v2 v2.4.0 // indirect
151
146
gopkg.in/yaml.v3 v3.0.1 // indirect
152
- k8s.io/apiextensions-apiserver v0.25 .2 // indirect
153
- k8s.io/component-base v0.25 .2 // indirect
147
+ k8s.io/apiextensions-apiserver v0.27 .2 // indirect
148
+ k8s.io/component-base v0.27 .2 // indirect
154
149
k8s.io/klog/v2 v2.90.1 // indirect
155
150
k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
156
151
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
0 commit comments