Skip to content

Commit ab12a17

Browse files
authoredJan 10, 2025
Bump github.com/go-git/go-git/v5 in /index/generator (#266)
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.11.0 to 5.13.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.11.0...v5.13.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 067bdae commit ab12a17

File tree

155 files changed

+7979
-2617
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+7979
-2617
lines changed
 

‎index/generator/go.mod

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ go 1.21
55
require (
66
github.com/devfile/api/v2 v2.3.0
77
github.com/devfile/library/v2 v2.3.0
8-
github.com/go-git/go-git/v5 v5.11.0
8+
github.com/go-git/go-git/v5 v5.13.0
99
github.com/mitchellh/go-homedir v1.1.0
1010
github.com/nsf/jsondiff v0.0.0-20230430225905-43f6cf3098c1
1111
github.com/spf13/cobra v1.8.0
1212
github.com/spf13/viper v1.18.2
13-
github.com/stretchr/testify v1.8.4
13+
github.com/stretchr/testify v1.10.0
1414
gopkg.in/yaml.v2 v2.4.0
1515
k8s.io/apiextensions-apiserver v0.29.2
1616
)
@@ -20,13 +20,13 @@ require (
2020
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
2121
github.com/Microsoft/go-winio v0.6.1 // indirect
2222
github.com/Microsoft/hcsshim v0.11.4 // indirect
23-
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
23+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
2424
github.com/beorn7/perks v1.0.1 // indirect
2525
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2626
github.com/cloudflare/circl v1.3.7 // indirect
2727
github.com/containerd/containerd v1.7.13 // indirect
2828
github.com/containerd/log v0.1.0 // indirect
29-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
29+
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
3030
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3131
github.com/devfile/registry-support/registry-library v0.0.0-20240521161747-89fc566cb024 // indirect
3232
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2 // indirect
@@ -44,7 +44,7 @@ require (
4444
github.com/felixge/httpsnoop v1.0.4 // indirect
4545
github.com/fsnotify/fsnotify v1.7.0 // indirect
4646
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
47-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
47+
github.com/go-git/go-billy/v5 v5.6.0 // indirect
4848
github.com/go-logr/logr v1.4.1 // indirect
4949
github.com/go-logr/stdr v1.2.2 // indirect
5050
github.com/go-openapi/jsonpointer v0.19.6 // indirect
@@ -97,9 +97,9 @@ require (
9797
github.com/prometheus/procfs v0.10.1 // indirect
9898
github.com/sagikazarmark/locafero v0.4.0 // indirect
9999
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
100-
github.com/sergi/go-diff v1.1.0 // indirect
100+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
101101
github.com/sirupsen/logrus v1.9.3 // indirect
102-
github.com/skeema/knownhosts v1.2.1 // indirect
102+
github.com/skeema/knownhosts v1.3.0 // indirect
103103
github.com/sourcegraph/conc v0.3.0 // indirect
104104
github.com/spf13/afero v1.11.0 // indirect
105105
github.com/spf13/cast v1.6.0 // indirect
@@ -115,16 +115,16 @@ require (
115115
go.opentelemetry.io/otel/trace v1.24.0 // indirect
116116
go.uber.org/multierr v1.11.0 // indirect
117117
golang.org/x/crypto v0.31.0 // indirect
118-
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
119-
golang.org/x/mod v0.17.0 // indirect
120-
golang.org/x/net v0.25.0 // indirect
118+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
119+
golang.org/x/mod v0.19.0 // indirect
120+
golang.org/x/net v0.33.0 // indirect
121121
golang.org/x/oauth2 v0.16.0 // indirect
122122
golang.org/x/sync v0.10.0 // indirect
123123
golang.org/x/sys v0.28.0 // indirect
124124
golang.org/x/term v0.27.0 // indirect
125125
golang.org/x/text v0.21.0 // indirect
126126
golang.org/x/time v0.5.0 // indirect
127-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
127+
golang.org/x/tools v0.23.0 // indirect
128128
google.golang.org/appengine v1.6.8 // indirect
129129
google.golang.org/genproto/googleapis/rpc v0.0.0-20240304212257-790db918fca8 // indirect
130130
google.golang.org/grpc v1.62.1 // indirect

‎index/generator/go.sum

+28-48
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)