Skip to content

Commit f2bd0d5

Browse files
build(deps): bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.1
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.12.0 to 5.13.1. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.12.0...v5.13.1) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da07304 commit f2bd0d5

File tree

2 files changed

+43
-78
lines changed

2 files changed

+43
-78
lines changed

go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/Masterminds/semver/v3 v3.3.1
77
github.com/adrg/xdg v0.5.3
88
github.com/cli/go-gh/v2 v2.11.1
9-
github.com/go-git/go-git/v5 v5.12.0
9+
github.com/go-git/go-git/v5 v5.13.1
1010
github.com/google/go-github/v62 v62.0.0
1111
github.com/grafana/clireadme v0.1.0
1212
github.com/grafana/k6lint v0.3.2
@@ -23,18 +23,18 @@ require (
2323
require (
2424
dario.cat/mergo v1.0.0 // indirect
2525
github.com/Microsoft/go-winio v0.6.1 // indirect
26-
github.com/ProtonMail/go-crypto v1.0.0 // indirect
26+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
2727
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
2828
github.com/cli/safeexec v1.0.0 // indirect
2929
github.com/cli/shurcooL-graphql v0.0.4 // indirect
3030
github.com/cloudflare/circl v1.3.7 // indirect
31-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
31+
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
3232
github.com/dgryski/go-minhash v0.0.0-20190315135803-ad340ca03076 // indirect
3333
github.com/ekzhu/minhash-lsh v0.0.0-20190924033628-faac2c6342f8 // indirect
3434
github.com/emirpasic/gods v1.18.1 // indirect
3535
github.com/go-enry/go-license-detector/v4 v4.3.1 // indirect
3636
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
37-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
37+
github.com/go-git/go-billy/v5 v5.6.1 // indirect
3838
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
3939
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4040
github.com/golang/protobuf v1.5.3 // indirect
@@ -61,23 +61,23 @@ require (
6161
github.com/samber/slog-common v0.17.0 // indirect
6262
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
6363
github.com/shogo82148/go-shuffle v1.0.1 // indirect
64-
github.com/skeema/knownhosts v1.2.2 // indirect
64+
github.com/skeema/knownhosts v1.3.0 // indirect
6565
github.com/spf13/pflag v1.0.5 // indirect
6666
github.com/thlib/go-timezone-local v0.0.0-20210907160436-ef149e42d28e // indirect
6767
github.com/xanzy/ssh-agent v0.3.3 // indirect
6868
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
6969
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
70-
golang.org/x/crypto v0.23.0 // indirect
71-
golang.org/x/exp v0.0.0-20221006183845-316c7553db56 // indirect
70+
golang.org/x/crypto v0.31.0 // indirect
71+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
7272
golang.org/x/image v0.18.0 // indirect
7373
golang.org/x/mod v0.22.0 // indirect
74-
golang.org/x/net v0.25.0 // indirect
74+
golang.org/x/net v0.33.0 // indirect
7575
golang.org/x/oauth2 v0.6.0 // indirect
76-
golang.org/x/sync v0.7.0 // indirect
76+
golang.org/x/sync v0.10.0 // indirect
7777
golang.org/x/sys v0.28.0 // indirect
78-
golang.org/x/text v0.16.0 // indirect
78+
golang.org/x/text v0.21.0 // indirect
7979
golang.org/x/time v0.3.0 // indirect
80-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
80+
golang.org/x/tools v0.23.0 // indirect
8181
gonum.org/v1/gonum v0.8.2 // indirect
8282
google.golang.org/appengine v1.6.7 // indirect
8383
google.golang.org/protobuf v1.29.1 // indirect

0 commit comments

Comments
 (0)