Skip to content

Commit b96c1dc

Browse files
Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.2
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.12.0 to 5.13.2. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.12.0...v5.13.2) --- 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] <[email protected]>
1 parent 742b9b3 commit b96c1dc

File tree

2 files changed

+53
-92
lines changed

2 files changed

+53
-92
lines changed

go.mod

+15-16
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@ go 1.22.5
55
require (
66
github.com/apenella/go-ansible/v2 v2.1.0
77
github.com/go-co-op/gocron/v2 v2.12.4
8-
github.com/go-git/go-git/v5 v5.12.0
8+
github.com/go-git/go-git/v5 v5.13.2
99
github.com/google/uuid v1.6.0
1010
github.com/oapi-codegen/runtime v1.1.1
1111
github.com/spf13/cobra v1.8.1
1212
github.com/spf13/viper v1.19.0
13-
github.com/stretchr/testify v1.9.0
13+
github.com/stretchr/testify v1.10.0
1414
)
1515

1616
require (
1717
dario.cat/mergo v1.0.0 // indirect
1818
github.com/Microsoft/go-winio v0.6.1 // indirect
19-
github.com/ProtonMail/go-crypto v1.0.0 // indirect
19+
github.com/ProtonMail/go-crypto v1.1.5 // indirect
2020
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
2121
github.com/apenella/go-common-utils/data v0.0.0-20220913191136-86daaa87e7df // indirect
2222
github.com/apenella/go-common-utils/error v0.0.0-20220913191136-86daaa87e7df // indirect
2323
github.com/cloudflare/circl v1.3.7 // indirect
24-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
24+
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
2525
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2626
github.com/emirpasic/gods v1.18.1 // indirect
2727
github.com/fsnotify/fsnotify v1.7.0 // indirect
2828
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
29-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
29+
github.com/go-git/go-billy/v5 v5.6.2 // indirect
3030
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3131
github.com/hashicorp/hcl v1.0.0 // indirect
3232
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -36,15 +36,14 @@ require (
3636
github.com/magiconair/properties v1.8.7 // indirect
3737
github.com/mitchellh/mapstructure v1.5.0 // indirect
3838
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
39-
github.com/pjbgf/sha1cd v0.3.0 // indirect
39+
github.com/pjbgf/sha1cd v0.3.2 // indirect
4040
github.com/pkg/errors v0.9.1 // indirect
4141
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4242
github.com/robfig/cron/v3 v3.0.1 // indirect
43-
github.com/rogpeppe/go-internal v1.12.0 // indirect
4443
github.com/sagikazarmark/locafero v0.4.0 // indirect
4544
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
4645
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
47-
github.com/skeema/knownhosts v1.2.2 // indirect
46+
github.com/skeema/knownhosts v1.3.0 // indirect
4847
github.com/sourcegraph/conc v0.3.0 // indirect
4948
github.com/spf13/afero v1.11.0 // indirect
5049
github.com/spf13/cast v1.6.0 // indirect
@@ -54,14 +53,14 @@ require (
5453
github.com/xanzy/ssh-agent v0.3.3 // indirect
5554
go.uber.org/atomic v1.9.0 // indirect
5655
go.uber.org/multierr v1.9.0 // indirect
57-
golang.org/x/crypto v0.24.0 // indirect
58-
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
59-
golang.org/x/mod v0.18.0 // indirect
60-
golang.org/x/net v0.26.0 // indirect
61-
golang.org/x/sync v0.8.0 // indirect
62-
golang.org/x/sys v0.21.0 // indirect
63-
golang.org/x/text v0.18.0 // indirect
64-
golang.org/x/tools v0.22.0 // indirect
56+
golang.org/x/crypto v0.32.0 // indirect
57+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
58+
golang.org/x/mod v0.19.0 // indirect
59+
golang.org/x/net v0.34.0 // indirect
60+
golang.org/x/sync v0.10.0 // indirect
61+
golang.org/x/sys v0.29.0 // indirect
62+
golang.org/x/text v0.21.0 // indirect
63+
golang.org/x/tools v0.23.0 // indirect
6564
gopkg.in/ini.v1 v1.67.0 // indirect
6665
gopkg.in/warnings.v0 v0.1.2 // indirect
6766
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)