Skip to content

Commit 526de17

Browse files
authored
[release-v1.16] Bump go-git to v5.13 (#1266)
* [release-v1.16] Bump go-git to v5.13 * Use existing CI image * Bump golang in actions
1 parent 7092bef commit 526de17

File tree

7 files changed

+92
-94
lines changed

7 files changed

+92
-94
lines changed

.github/composite/go-setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ runs:
66
steps:
77
- uses: actions/setup-go@v5
88
with:
9-
go-version: 1.22.x
9+
go-version: 1.23.x
1010
check-latest: true

go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module knative.dev/func
22

3-
go 1.22.0
3+
go 1.23.0
44

55
// this is required bacause of bad dep in github.com/openshift-pipelines/pipelines-as-code
66
replace k8s.io/client-go => k8s.io/client-go v0.29.3
@@ -22,8 +22,8 @@ require (
2222
github.com/docker/docker v26.1.5+incompatible
2323
github.com/docker/docker-credential-helpers v0.8.1
2424
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
2727
github.com/google/go-cmp v0.6.0
2828
github.com/google/go-containerregistry v0.19.1
2929
github.com/google/go-github/v49 v49.1.0
@@ -47,11 +47,11 @@ require (
4747
github.com/tektoncd/cli v0.37.0
4848
github.com/tektoncd/pipeline v0.60.1
4949
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
5252
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
5555
gopkg.in/yaml.v2 v2.4.0
5656
gopkg.in/yaml.v3 v3.0.1
5757
gotest.tools/v3 v3.5.1
@@ -70,7 +70,7 @@ require (
7070
cloud.google.com/go/compute/metadata v0.5.0 // indirect
7171
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
7272
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
7474
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
7575
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
7676
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
@@ -84,7 +84,7 @@ require (
8484
github.com/BurntSushi/toml v1.3.2 // indirect
8585
github.com/Masterminds/semver/v3 v3.2.1 // indirect
8686
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
8888
github.com/agext/levenshtein v1.2.3 // indirect
8989
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
9090
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
@@ -115,7 +115,7 @@ require (
115115
github.com/cespare/xxhash/v2 v2.3.0 // indirect
116116
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
117117
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
119119
github.com/containerd/cgroups/v3 v3.0.3 // indirect
120120
github.com/containerd/errdefs v0.1.0 // indirect
121121
github.com/containerd/log v0.1.0 // indirect
@@ -125,7 +125,7 @@ require (
125125
github.com/containers/ocicrypt v1.1.10 // indirect
126126
github.com/containers/storage v1.54.0 // indirect
127127
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
129129
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
130130
github.com/dgraph-io/ristretto v0.0.1 // indirect
131131
github.com/dimchansky/utfbom v1.1.1 // indirect
@@ -154,7 +154,7 @@ require (
154154
github.com/go-openapi/swag v0.23.0 // indirect
155155
github.com/gogo/protobuf v1.3.2 // indirect
156156
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
158158
github.com/golang/protobuf v1.5.4 // indirect
159159
github.com/google/btree v1.1.2 // indirect
160160
github.com/google/cel-go v0.20.1 // indirect
@@ -223,7 +223,7 @@ require (
223223
github.com/ostreedev/ostree-go v0.0.0-20210805093236-719684c64e4f // indirect
224224
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
225225
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
227227
github.com/prometheus/client_golang v1.19.1 // indirect
228228
github.com/prometheus/client_model v0.6.1 // indirect
229229
github.com/prometheus/common v0.55.0 // indirect
@@ -239,7 +239,7 @@ require (
239239
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
240240
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
241241
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
243243
github.com/sourcegraph/conc v0.3.0 // indirect
244244
github.com/spf13/afero v1.11.0 // indirect
245245
github.com/spf13/cast v1.6.0 // indirect
@@ -268,8 +268,8 @@ require (
268268
go.uber.org/zap v1.27.0 // indirect
269269
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
270270
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
273273
golang.org/x/time v0.6.0 // indirect
274274
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
275275
google.golang.org/api v0.183.0 // indirect

0 commit comments

Comments
 (0)