Skip to content

Commit e9ff571

Browse files
chore(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.13.0
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-version: 5.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 427ef63 commit e9ff571

2 files changed

Lines changed: 3 additions & 113 deletions

File tree

go.mod

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,24 @@ toolchain go1.24.5
66

77
require (
88
github.com/AlecAivazis/survey/v2 v2.3.7
9-
github.com/go-git/go-git/v5 v5.11.0
109
github.com/openai/openai-go v1.11.1
1110
github.com/spf13/cobra v1.9.1
1211
github.com/spf13/viper v1.20.1
1312
)
1413

1514
require (
16-
dario.cat/mergo v1.0.0 // indirect
17-
github.com/Microsoft/go-winio v0.6.1 // indirect
18-
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
19-
github.com/cloudflare/circl v1.3.3 // indirect
20-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
2115
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
22-
github.com/emirpasic/gods v1.18.1 // indirect
2316
github.com/fsnotify/fsnotify v1.8.0 // indirect
24-
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
25-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
2617
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
27-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2818
github.com/inconshreveable/mousetrap v1.1.0 // indirect
29-
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
3019
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
31-
github.com/kevinburke/ssh_config v1.2.0 // indirect
3220
github.com/mattn/go-colorable v0.1.2 // indirect
3321
github.com/mattn/go-isatty v0.0.8 // indirect
3422
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
3523
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
36-
github.com/pjbgf/sha1cd v0.3.0 // indirect
3724
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
25+
github.com/rogpeppe/go-internal v1.11.0 // indirect
3826
github.com/sagikazarmark/locafero v0.7.0 // indirect
39-
github.com/sergi/go-diff v1.1.0 // indirect
40-
github.com/skeema/knownhosts v1.2.1 // indirect
4127
github.com/sourcegraph/conc v0.3.0 // indirect
4228
github.com/spf13/afero v1.12.0 // indirect
4329
github.com/spf13/cast v1.7.1 // indirect
@@ -47,17 +33,11 @@ require (
4733
github.com/tidwall/match v1.1.1 // indirect
4834
github.com/tidwall/pretty v1.2.1 // indirect
4935
github.com/tidwall/sjson v1.2.5 // indirect
50-
github.com/xanzy/ssh-agent v0.3.3 // indirect
5136
go.uber.org/atomic v1.9.0 // indirect
5237
go.uber.org/multierr v1.9.0 // indirect
53-
golang.org/x/crypto v0.39.0 // indirect
54-
golang.org/x/mod v0.25.0 // indirect
55-
golang.org/x/net v0.41.0 // indirect
56-
golang.org/x/sync v0.16.0 // indirect
5738
golang.org/x/sys v0.34.0 // indirect
5839
golang.org/x/term v0.33.0 // indirect
5940
golang.org/x/text v0.27.0 // indirect
60-
golang.org/x/tools v0.34.0 // indirect
61-
gopkg.in/warnings.v0 v0.1.2 // indirect
41+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
6242
gopkg.in/yaml.v3 v3.0.1 // indirect
6343
)

0 commit comments

Comments
 (0)