@@ -6,7 +6,7 @@ require (
6
6
github.com/jenkins-x-plugins/jx-pipeline v0.7.6
7
7
github.com/jenkins-x-plugins/jx-secret v0.3.1
8
8
github.com/jenkins-x/jx-api/v4 v4.6.2
9
- github.com/jenkins-x/jx-helpers/v3 v3.6.4
9
+ github.com/jenkins-x/jx-helpers/v3 v3.6.5
10
10
github.com/jenkins-x/jx-kube-client/v3 v3.0.5
11
11
github.com/jenkins-x/jx-logging/v3 v3.0.10
12
12
github.com/pkg/errors v0.9.1
@@ -76,13 +76,17 @@ require (
76
76
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
77
77
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
78
78
github.com/cespare/xxhash/v2 v2.2.0 // indirect
79
+ github.com/cyphar/filepath-securejoin v0.2.4 // indirect
79
80
github.com/davecgh/go-spew v1.1.1 // indirect
80
81
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
81
82
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
82
83
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
83
84
github.com/fatih/color v1.13.0 // indirect
84
85
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
85
86
github.com/go-errors/errors v1.4.1 // indirect
87
+ github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
88
+ github.com/go-git/go-billy/v5 v5.5.0 // indirect
89
+ github.com/go-git/go-git/v5 v5.11.0 // indirect
86
90
github.com/go-kit/log v0.2.1 // indirect
87
91
github.com/go-logfmt/logfmt v0.5.1 // indirect
88
92
github.com/go-logr/logr v1.2.4 // indirect
@@ -97,7 +101,7 @@ require (
97
101
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
98
102
github.com/golang/protobuf v1.5.3 // indirect
99
103
github.com/google/gnostic v0.5.7-v3refs // indirect
100
- github.com/google/go-cmp v0.5.9 // indirect
104
+ github.com/google/go-cmp v0.6.0 // indirect
101
105
github.com/google/go-containerregistry v0.12.0 // indirect
102
106
github.com/google/gofuzz v1.2.0 // indirect
103
107
github.com/google/s2a-go v0.1.4 // indirect
@@ -128,6 +132,7 @@ require (
128
132
github.com/modern-go/reflect2 v1.0.2 // indirect
129
133
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
130
134
github.com/opencontainers/go-digest v1.0.0 // indirect
135
+ github.com/pjbgf/sha1cd v0.3.0 // indirect
131
136
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
132
137
github.com/pmezard/go-difflib v1.0.0 // indirect
133
138
github.com/prometheus/client_golang v1.14.0 // indirect
@@ -141,7 +146,6 @@ require (
141
146
github.com/shurcooL/githubv4 v0.0.0-20191102174205-af46314aec7b // indirect
142
147
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
143
148
github.com/sirupsen/logrus v1.9.3 // indirect
144
- github.com/src-d/gcfg v1.4.0 // indirect
145
149
github.com/vrischmann/envconfig v1.3.0 // indirect
146
150
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
147
151
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
@@ -154,13 +158,13 @@ require (
154
158
go.uber.org/multierr v1.9.0 // indirect
155
159
go.uber.org/zap v1.24.0 // indirect
156
160
gocloud.dev v0.29.0 // indirect
157
- golang.org/x/crypto v0.14 .0 // indirect
158
- golang.org/x/net v0.17 .0 // indirect
161
+ golang.org/x/crypto v0.16 .0 // indirect
162
+ golang.org/x/net v0.19 .0 // indirect
159
163
golang.org/x/oauth2 v0.10.0 // indirect
160
164
golang.org/x/sync v0.2.0 // indirect
161
- golang.org/x/sys v0.13 .0 // indirect
162
- golang.org/x/term v0.13 .0 // indirect
163
- golang.org/x/text v0.13 .0 // indirect
165
+ golang.org/x/sys v0.15 .0 // indirect
166
+ golang.org/x/term v0.15 .0 // indirect
167
+ golang.org/x/text v0.14 .0 // indirect
164
168
golang.org/x/time v0.3.0 // indirect
165
169
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
166
170
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
@@ -172,7 +176,6 @@ require (
172
176
google.golang.org/grpc v1.57.0 // indirect
173
177
google.golang.org/protobuf v1.31.0 // indirect
174
178
gopkg.in/inf.v0 v0.9.1 // indirect
175
- gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
176
179
gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05 // indirect
177
180
gopkg.in/warnings.v0 v0.1.2 // indirect
178
181
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect
0 commit comments