File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Stage 1: Use image builder to build the target binaries
2
2
# Copyright Contributors to the Open Cluster Management project
3
3
4
- FROM registry.ci.openshift.org/stolostron/builder:go1.22 -linux AS builder
4
+ FROM registry.ci.openshift.org/stolostron/builder:go1.23 -linux AS builder
5
5
6
6
ENV COMPONENT=governance-policy-propagator
7
7
ENV REPO_PATH=/go/src/github.com/open-cluster-management/${COMPONENT}
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ require (
86
86
golang.org/x/crypto v0.31.0 // indirect
87
87
golang.org/x/exp v0.0.0-20240525044651-4c93da0ed11d // indirect
88
88
golang.org/x/net v0.33.0 // indirect
89
- golang.org/x/oauth2 v0.21 .0 // indirect
89
+ golang.org/x/oauth2 v0.27 .0 // indirect
90
90
golang.org/x/sync v0.10.0 // indirect
91
91
golang.org/x/sys v0.28.0 // indirect
92
92
golang.org/x/term v0.27.0 // indirect
Original file line number Diff line number Diff line change @@ -202,8 +202,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug
202
202
golang.org/x/net v0.2.0 /go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY =
203
203
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I =
204
204
golang.org/x/net v0.33.0 /go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4 =
205
- golang.org/x/oauth2 v0.21 .0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs =
206
- golang.org/x/oauth2 v0.21 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
205
+ golang.org/x/oauth2 v0.27 .0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
206
+ golang.org/x/oauth2 v0.27 .0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
207
207
golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
208
208
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
209
209
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments