1
1
module knative.dev/func
2
2
3
- go 1.22 .0
3
+ go 1.23 .0
4
4
5
5
// this is required bacause of bad dep in github.com/openshift-pipelines/pipelines-as-code
6
6
replace k8s.io/client-go => k8s.io/client-go v0.29.3
@@ -22,8 +22,8 @@ require (
22
22
github.com/docker/docker v26.1.5+incompatible
23
23
github.com/docker/docker-credential-helpers v0.8.1
24
24
github.com/docker/go-connections v0.5.0
25
- github.com/go-git/go-billy/v5 v5.5.0
26
- github.com/go-git/go-git/v5 v5.12.0
25
+ github.com/go-git/go-billy/v5 v5.6.2
26
+ github.com/go-git/go-git/v5 v5.13.2
27
27
github.com/google/go-cmp v0.6.0
28
28
github.com/google/go-containerregistry v0.19.1
29
29
github.com/google/go-github/v49 v49.1.0
@@ -47,11 +47,11 @@ require (
47
47
github.com/tektoncd/cli v0.37.0
48
48
github.com/tektoncd/pipeline v0.60.1
49
49
github.com/xanzy/go-gitlab v0.102.0
50
- golang.org/x/crypto v0.31 .0
51
- golang.org/x/net v0.30 .0
50
+ golang.org/x/crypto v0.37 .0
51
+ golang.org/x/net v0.39 .0
52
52
golang.org/x/oauth2 v0.22.0
53
- golang.org/x/sync v0.10 .0
54
- golang.org/x/term v0.27 .0
53
+ golang.org/x/sync v0.13 .0
54
+ golang.org/x/term v0.31 .0
55
55
gopkg.in/yaml.v2 v2.4.0
56
56
gopkg.in/yaml.v3 v3.0.1
57
57
gotest.tools/v3 v3.5.1
@@ -70,7 +70,7 @@ require (
70
70
cloud.google.com/go/compute/metadata v0.5.0 // indirect
71
71
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
72
72
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
73
- dario.cat/mergo v1.0.0 // indirect
73
+ dario.cat/mergo v1.0.1 // indirect
74
74
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
75
75
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
76
76
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
@@ -84,7 +84,7 @@ require (
84
84
github.com/BurntSushi/toml v1.3.2 // indirect
85
85
github.com/Masterminds/semver/v3 v3.2.1 // indirect
86
86
github.com/Microsoft/hcsshim v0.12.3 // indirect
87
- github.com/ProtonMail/go-crypto v1.0 .0 // indirect
87
+ github.com/ProtonMail/go-crypto v1.2 .0 // indirect
88
88
github.com/agext/levenshtein v1.2.3 // indirect
89
89
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
90
90
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
@@ -115,7 +115,7 @@ require (
115
115
github.com/cespare/xxhash/v2 v2.3.0 // indirect
116
116
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
117
117
github.com/cloudevents/sdk-go/sql/v2 v2.15.2 // indirect
118
- github.com/cloudflare/circl v1.3.7 // indirect
118
+ github.com/cloudflare/circl v1.6.1 // indirect
119
119
github.com/containerd/cgroups/v3 v3.0.3 // indirect
120
120
github.com/containerd/errdefs v0.1.0 // indirect
121
121
github.com/containerd/log v0.1.0 // indirect
@@ -125,7 +125,7 @@ require (
125
125
github.com/containers/ocicrypt v1.1.10 // indirect
126
126
github.com/containers/storage v1.54.0 // indirect
127
127
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
128
- github.com/cyphar/filepath-securejoin v0.2.5 // indirect
128
+ github.com/cyphar/filepath-securejoin v0.4.1 // indirect
129
129
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
130
130
github.com/dgraph-io/ristretto v0.0.1 // indirect
131
131
github.com/dimchansky/utfbom v1.1.1 // indirect
@@ -154,7 +154,7 @@ require (
154
154
github.com/go-openapi/swag v0.23.0 // indirect
155
155
github.com/gogo/protobuf v1.3.2 // indirect
156
156
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
157
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
157
+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
158
158
github.com/golang/protobuf v1.5.4 // indirect
159
159
github.com/google/btree v1.1.2 // indirect
160
160
github.com/google/cel-go v0.20.1 // indirect
@@ -223,7 +223,7 @@ require (
223
223
github.com/ostreedev/ostree-go v0.0.0-20210805093236-719684c64e4f // indirect
224
224
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
225
225
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
226
- github.com/pjbgf/sha1cd v0.3.0 // indirect
226
+ github.com/pjbgf/sha1cd v0.3.2 // indirect
227
227
github.com/prometheus/client_golang v1.19.1 // indirect
228
228
github.com/prometheus/client_model v0.6.1 // indirect
229
229
github.com/prometheus/common v0.55.0 // indirect
@@ -239,7 +239,7 @@ require (
239
239
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
240
240
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
241
241
github.com/sirupsen/logrus v1.9.3 // indirect
242
- github.com/skeema/knownhosts v1.2.2 // indirect
242
+ github.com/skeema/knownhosts v1.3.1 // indirect
243
243
github.com/sourcegraph/conc v0.3.0 // indirect
244
244
github.com/spf13/afero v1.11.0 // indirect
245
245
github.com/spf13/cast v1.6.0 // indirect
@@ -268,8 +268,8 @@ require (
268
268
go.uber.org/zap v1.27.0 // indirect
269
269
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
270
270
golang.org/x/mod v0.21.0 // indirect
271
- golang.org/x/sys v0.28 .0 // indirect
272
- golang.org/x/text v0.21 .0 // indirect
271
+ golang.org/x/sys v0.32 .0 // indirect
272
+ golang.org/x/text v0.24 .0 // indirect
273
273
golang.org/x/time v0.6.0 // indirect
274
274
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
275
275
google.golang.org/api v0.183.0 // indirect
0 commit comments