Skip to content

Commit 3f41b27

Browse files
dependabot[bot]SergK
authored andcommitted
chore(deps): Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.12.0 to 5.13.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.12.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]>
1 parent c9dbb97 commit 3f41b27

File tree

2 files changed

+33
-53
lines changed

2 files changed

+33
-53
lines changed

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ require (
1212
github.com/andygrunwald/go-jira v1.16.0
1313
github.com/epam/edp-cd-pipeline-operator/v2 v2.3.0-58.0.20241002135711-e8056019eb01
1414
github.com/epam/edp-common v0.0.0-20230710145648-344bbce4120e
15-
github.com/go-git/go-git/v5 v5.12.0
15+
github.com/go-git/go-git/v5 v5.13.0
1616
github.com/go-logr/logr v1.4.1
1717
github.com/go-resty/resty/v2 v2.6.0
1818
github.com/jarcoal/httpmock v1.0.8
1919
github.com/oapi-codegen/runtime v1.1.1
2020
github.com/openshift/api v3.9.0+incompatible
21-
github.com/stretchr/testify v1.9.0
21+
github.com/stretchr/testify v1.10.0
2222
github.com/tektoncd/pipeline v0.59.0
2323
github.com/tektoncd/triggers v0.27.0
2424
go.uber.org/multierr v1.11.0
2525
golang.org/x/crypto v0.31.0
26-
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
26+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
2727
k8s.io/api v0.28.9
2828
k8s.io/apimachinery v0.29.0
2929
k8s.io/client-go v0.28.9
@@ -37,15 +37,15 @@ require (
3737
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
3838
dario.cat/mergo v1.0.0 // indirect
3939
github.com/Microsoft/go-winio v0.6.1 // indirect
40-
github.com/ProtonMail/go-crypto v1.0.0 // indirect
40+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
4141
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
4242
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
4343
github.com/beorn7/perks v1.0.1 // indirect
4444
github.com/blendle/zapdriver v1.3.1 // indirect
4545
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
4646
github.com/cespare/xxhash/v2 v2.2.0 // indirect
4747
github.com/cloudflare/circl v1.3.7 // indirect
48-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
48+
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
4949
github.com/davecgh/go-spew v1.1.1 // indirect
5050
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
5151
github.com/emirpasic/gods v1.18.1 // indirect
@@ -54,7 +54,7 @@ require (
5454
github.com/fatih/structs v1.1.0 // indirect
5555
github.com/fsnotify/fsnotify v1.6.0 // indirect
5656
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
57-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
57+
github.com/go-git/go-billy/v5 v5.6.0 // indirect
5858
github.com/go-kit/log v0.2.1 // indirect
5959
github.com/go-logfmt/logfmt v0.5.1 // indirect
6060
github.com/go-logr/zapr v1.2.4 // indirect
@@ -97,7 +97,7 @@ require (
9797
github.com/prometheus/statsd_exporter v0.22.7 // indirect
9898
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
9999
github.com/sirupsen/logrus v1.9.3 // indirect
100-
github.com/skeema/knownhosts v1.2.2 // indirect
100+
github.com/skeema/knownhosts v1.3.0 // indirect
101101
github.com/spf13/pflag v1.0.5 // indirect
102102
github.com/stoewer/go-strcase v1.2.0 // indirect
103103
github.com/stretchr/objx v0.5.2 // indirect
@@ -106,15 +106,15 @@ require (
106106
github.com/xanzy/ssh-agent v0.3.3 // indirect
107107
go.opencensus.io v0.24.0 // indirect
108108
go.uber.org/zap v1.27.0 // indirect
109-
golang.org/x/mod v0.17.0 // indirect
109+
golang.org/x/mod v0.19.0 // indirect
110110
golang.org/x/net v0.33.0 // indirect
111111
golang.org/x/oauth2 v0.18.0 // indirect
112112
golang.org/x/sync v0.10.0 // indirect
113113
golang.org/x/sys v0.28.0 // indirect
114114
golang.org/x/term v0.27.0 // indirect
115115
golang.org/x/text v0.21.0 // indirect
116116
golang.org/x/time v0.5.0 // indirect
117-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
117+
golang.org/x/tools v0.23.0 // indirect
118118
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
119119
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
120120
google.golang.org/api v0.171.0 // indirect

0 commit comments

Comments
 (0)