Skip to content

Commit fe12385

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

File tree

2 files changed

+64
-78
lines changed

2 files changed

+64
-78
lines changed

go.mod

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

3-
go 1.19
3+
go 1.21
44

55
require (
66
github.com/aevea/git/v3 v3.1.0
77
github.com/aevea/integrations v0.5.0
88
github.com/aevea/magefiles v0.0.0-20200424121010-0004d5a7a2fe
99
github.com/aevea/quoad v0.4.0
1010
github.com/apex/log v1.9.0
11-
github.com/go-git/go-git/v5 v5.11.0
11+
github.com/go-git/go-git/v5 v5.13.0
1212
github.com/google/go-github/v32 v32.1.0
1313
github.com/jedib0t/go-pretty v4.3.0+incompatible
1414
github.com/logrusorgru/aurora v2.0.3+incompatible
1515
github.com/magefile/mage v1.15.0
1616
github.com/spf13/cobra v1.8.0
1717
github.com/spf13/viper v1.17.0
18-
github.com/stretchr/testify v1.9.0
18+
github.com/stretchr/testify v1.10.0
1919
golang.org/x/oauth2 v0.14.0
2020
)
2121

2222
require (
2323
dario.cat/mergo v1.0.0 // indirect
2424
github.com/Microsoft/go-winio v0.6.1 // indirect
25-
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
25+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
2626
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
27+
github.com/cloudflare/circl v1.3.7 // indirect
28+
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
2929
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3030
github.com/emirpasic/gods v1.18.1 // indirect
3131
github.com/fatih/color v1.14.1 // indirect
3232
github.com/fsnotify/fsnotify v1.6.0 // indirect
3333
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
34-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
34+
github.com/go-git/go-billy/v5 v5.6.0 // indirect
3535
github.com/go-openapi/errors v0.19.2 // indirect
3636
github.com/go-openapi/strfmt v0.19.5 // indirect
3737
github.com/go-stack/stack v1.8.0 // indirect
@@ -53,8 +53,8 @@ require (
5353
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5454
github.com/sagikazarmark/locafero v0.3.0 // indirect
5555
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
56+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
57+
github.com/skeema/knownhosts v1.3.0 // indirect
5858
github.com/sourcegraph/conc v0.3.0 // indirect
5959
github.com/spf13/afero v1.10.0 // indirect
6060
github.com/spf13/cast v1.5.1 // indirect
@@ -64,13 +64,14 @@ require (
6464
go.mongodb.org/mongo-driver v1.0.3 // indirect
6565
go.uber.org/atomic v1.9.0 // indirect
6666
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
67+
golang.org/x/crypto v0.31.0 // indirect
68+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
69+
golang.org/x/mod v0.19.0 // indirect
70+
golang.org/x/net v0.33.0 // indirect
71+
golang.org/x/sync v0.10.0 // indirect
72+
golang.org/x/sys v0.28.0 // indirect
73+
golang.org/x/text v0.21.0 // indirect
74+
golang.org/x/tools v0.23.0 // indirect
7475
google.golang.org/appengine v1.6.7 // indirect
7576
google.golang.org/protobuf v1.31.0 // indirect
7677
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)