Skip to content

Commit 0c2c1f1

Browse files
Bump github.com/go-git/go-git/v5 from 5.4.2 to 5.10.0
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.4.2 to 5.10.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.4.2...v5.10.0) --- 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 6753a12 commit 0c2c1f1

File tree

2 files changed

+26
-34
lines changed

2 files changed

+26
-34
lines changed

go.mod

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/djherbis/buffer v1.2.0
1919
github.com/djherbis/nio/v3 v3.0.1
2020
github.com/fatih/color v1.15.0
21-
github.com/go-git/go-git/v5 v5.4.2
21+
github.com/go-git/go-git/v5 v5.10.0
2222
github.com/gofrs/uuid/v5 v5.0.0
2323
github.com/leonelquinteros/gotext v1.4.0
2424
github.com/mailru/easyjson v0.7.7
@@ -48,8 +48,9 @@ require (
4848
)
4949

5050
require (
51+
dario.cat/mergo v1.0.0 // indirect
5152
github.com/Microsoft/go-winio v0.6.1 // indirect
52-
github.com/acomagu/bufpipe v1.0.3 // indirect
53+
github.com/acomagu/bufpipe v1.0.4 // indirect
5354
github.com/cloudflare/circl v1.3.3 // indirect
5455
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
5556
github.com/creack/goselect v0.1.2 // indirect
@@ -59,12 +60,12 @@ require (
5960
github.com/fsnotify/fsnotify v1.6.0 // indirect
6061
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
6162
github.com/go-git/go-billy/v5 v5.5.0 // indirect
63+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
6264
github.com/golang/protobuf v1.5.3 // indirect
6365
github.com/h2non/filetype v1.1.3 // indirect
6466
github.com/hashicorp/errwrap v1.0.0 // indirect
6567
github.com/hashicorp/go-multierror v1.1.1 // indirect
6668
github.com/hashicorp/hcl v1.0.0 // indirect
67-
github.com/imdario/mergo v0.3.12 // indirect
6869
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6970
github.com/itchyny/gojq v0.12.8 // indirect
7071
github.com/itchyny/timefmt-go v0.1.3 // indirect
@@ -75,15 +76,16 @@ require (
7576
github.com/klauspost/compress v1.17.0 // indirect
7677
github.com/magiconair/properties v1.8.7 // indirect
7778
github.com/mattn/go-runewidth v0.0.15 // indirect
78-
github.com/mitchellh/go-homedir v1.1.0 // indirect
7979
github.com/mitchellh/mapstructure v1.5.0 // indirect
8080
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
81+
github.com/pjbgf/sha1cd v0.3.0 // indirect
8182
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
8283
github.com/rivo/uniseg v0.4.4 // indirect
8384
github.com/russross/blackfriday/v2 v2.1.0 // indirect
8485
github.com/sagikazarmark/locafero v0.3.0 // indirect
8586
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
8687
github.com/sergi/go-diff v1.3.1 // indirect
88+
github.com/skeema/knownhosts v1.2.0 // indirect
8789
github.com/sourcegraph/conc v0.3.0 // indirect
8890
github.com/spf13/afero v1.10.0 // indirect
8991
github.com/spf13/cast v1.5.1 // indirect

0 commit comments

Comments
 (0)