Skip to content

Commit ac9e945

Browse files
fix(deps): update module github.com/go-git/go-git/v5 to v5.13.0 [security]
1 parent 045ceca commit ac9e945

File tree

2 files changed

+66
-78
lines changed

2 files changed

+66
-78
lines changed

go.mod

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,39 @@
11
module github.com/aevea/commitsar
22

3-
go 1.19
3+
go 1.21
4+
5+
toolchain go1.24.6
46

57
require (
68
github.com/aevea/git/v3 v3.1.0
79
github.com/aevea/integrations v0.5.0
810
github.com/aevea/magefiles v0.0.0-20200424121010-0004d5a7a2fe
911
github.com/aevea/quoad v0.4.0
1012
github.com/apex/log v1.9.0
11-
github.com/go-git/go-git/v5 v5.11.0
13+
github.com/go-git/go-git/v5 v5.13.0
1214
github.com/google/go-github/v32 v32.1.0
1315
github.com/jedib0t/go-pretty v4.3.0+incompatible
1416
github.com/logrusorgru/aurora v2.0.3+incompatible
1517
github.com/magefile/mage v1.15.0
1618
github.com/spf13/cobra v1.8.0
1719
github.com/spf13/viper v1.17.0
18-
github.com/stretchr/testify v1.9.0
20+
github.com/stretchr/testify v1.10.0
1921
golang.org/x/oauth2 v0.14.0
2022
)
2123

2224
require (
2325
dario.cat/mergo v1.0.0 // indirect
2426
github.com/Microsoft/go-winio v0.6.1 // indirect
25-
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
27+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
2628
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
27-
github.com/cloudflare/circl v1.3.3 // indirect
28-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
29+
github.com/cloudflare/circl v1.3.7 // indirect
30+
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
2931
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3032
github.com/emirpasic/gods v1.18.1 // indirect
3133
github.com/fatih/color v1.14.1 // indirect
3234
github.com/fsnotify/fsnotify v1.6.0 // indirect
3335
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
34-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
36+
github.com/go-git/go-billy/v5 v5.6.0 // indirect
3537
github.com/go-openapi/errors v0.19.2 // indirect
3638
github.com/go-openapi/strfmt v0.19.5 // indirect
3739
github.com/go-stack/stack v1.8.0 // indirect
@@ -53,8 +55,8 @@ require (
5355
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5456
github.com/sagikazarmark/locafero v0.3.0 // indirect
5557
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
56-
github.com/sergi/go-diff v1.1.0 // indirect
57-
github.com/skeema/knownhosts v1.2.1 // indirect
58+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
59+
github.com/skeema/knownhosts v1.3.0 // indirect
5860
github.com/sourcegraph/conc v0.3.0 // indirect
5961
github.com/spf13/afero v1.10.0 // indirect
6062
github.com/spf13/cast v1.5.1 // indirect
@@ -64,13 +66,14 @@ require (
6466
go.mongodb.org/mongo-driver v1.0.3 // indirect
6567
go.uber.org/atomic v1.9.0 // indirect
6668
go.uber.org/multierr v1.9.0 // indirect
67-
golang.org/x/crypto v0.16.0 // indirect
68-
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
69-
golang.org/x/mod v0.12.0 // indirect
70-
golang.org/x/net v0.19.0 // indirect
71-
golang.org/x/sys v0.15.0 // indirect
72-
golang.org/x/text v0.14.0 // indirect
73-
golang.org/x/tools v0.13.0 // indirect
69+
golang.org/x/crypto v0.31.0 // indirect
70+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
71+
golang.org/x/mod v0.19.0 // indirect
72+
golang.org/x/net v0.33.0 // indirect
73+
golang.org/x/sync v0.10.0 // indirect
74+
golang.org/x/sys v0.28.0 // indirect
75+
golang.org/x/text v0.21.0 // indirect
76+
golang.org/x/tools v0.23.0 // indirect
7477
google.golang.org/appengine v1.6.7 // indirect
7578
google.golang.org/protobuf v1.31.0 // indirect
7679
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)