Skip to content

Commit 7965255

Browse files
Bump github.com/go-git/go-git/v5 from 5.8.0 to 5.13.0 (#189)
1 parent 966951c commit 7965255

File tree

2 files changed

+69
-69
lines changed

2 files changed

+69
-69
lines changed

go.mod

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,27 @@ go 1.23
55
require (
66
github.com/Masterminds/sprig/v3 v3.2.3
77
github.com/bmatcuk/doublestar/v2 v2.0.4
8-
github.com/go-git/go-billy/v5 v5.4.1
9-
github.com/go-git/go-git/v5 v5.8.0
8+
github.com/go-git/go-billy/v5 v5.6.0
9+
github.com/go-git/go-git/v5 v5.13.0
1010
github.com/google/go-github/v33 v33.0.0
1111
github.com/google/licensecheck v0.3.1
1212
github.com/sirupsen/logrus v1.9.0
1313
github.com/spf13/cobra v1.6.1
14-
github.com/stretchr/testify v1.7.0
15-
golang.org/x/net v0.12.0
14+
github.com/stretchr/testify v1.10.0
15+
golang.org/x/net v0.33.0
1616
golang.org/x/oauth2 v0.5.0
17-
golang.org/x/tools v0.11.0
17+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
1818
gopkg.in/yaml.v3 v3.0.1
1919
)
2020

2121
require (
22+
dario.cat/mergo v1.0.0 // indirect
2223
github.com/Masterminds/goutils v1.1.1 // indirect
2324
github.com/Masterminds/semver/v3 v3.2.0 // indirect
2425
github.com/Microsoft/go-winio v0.6.1 // indirect
25-
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
26-
github.com/acomagu/bufpipe v1.0.4 // indirect
27-
github.com/cloudflare/circl v1.3.3 // indirect
26+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
27+
github.com/cloudflare/circl v1.3.7 // indirect
28+
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
2829
github.com/davecgh/go-spew v1.1.1 // indirect
2930
github.com/emirpasic/gods v1.18.1 // indirect
3031
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
@@ -41,16 +42,17 @@ require (
4142
github.com/mitchellh/reflectwalk v1.0.2 // indirect
4243
github.com/pjbgf/sha1cd v0.3.0 // indirect
4344
github.com/pmezard/go-difflib v1.0.0 // indirect
44-
github.com/sergi/go-diff v1.3.1 // indirect
45+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
4546
github.com/shopspring/decimal v1.3.1 // indirect
46-
github.com/skeema/knownhosts v1.2.0 // indirect
47+
github.com/skeema/knownhosts v1.3.0 // indirect
4748
github.com/spf13/cast v1.5.0 // indirect
4849
github.com/spf13/pflag v1.0.5 // indirect
4950
github.com/xanzy/ssh-agent v0.3.3 // indirect
50-
golang.org/x/crypto v0.11.0 // indirect
51-
golang.org/x/mod v0.12.0 // indirect
52-
golang.org/x/sys v0.10.0 // indirect
53-
golang.org/x/text v0.11.0 // indirect
51+
golang.org/x/crypto v0.31.0 // indirect
52+
golang.org/x/mod v0.17.0 // indirect
53+
golang.org/x/sync v0.10.0 // indirect
54+
golang.org/x/sys v0.28.0 // indirect
55+
golang.org/x/text v0.21.0 // indirect
5456
google.golang.org/appengine v1.6.7 // indirect
5557
google.golang.org/protobuf v1.28.1 // indirect
5658
gopkg.in/warnings.v0 v0.1.2 // indirect

0 commit comments

Comments
 (0)