Skip to content

Commit 4a0f138

Browse files
fix(deps): update module github.com/go-git/go-git/v5 to v5.13.0 [security]
1 parent 26a2be9 commit 4a0f138

File tree

2 files changed

+66
-82
lines changed

2 files changed

+66
-82
lines changed

go.mod

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,36 @@
11
module github.com/aevea/release-notary
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/json-iterator/go v1.1.12
1315
github.com/magefile/mage v1.15.0
1416
github.com/slack-go/slack v0.11.3
1517
github.com/spf13/cobra v1.6.1
1618
github.com/spf13/viper v1.18.2
17-
github.com/stretchr/testify v1.9.0
19+
github.com/stretchr/testify v1.10.0
1820
)
1921

2022
require (
2123
dario.cat/mergo v1.0.0 // indirect
2224
github.com/Microsoft/go-winio v0.6.1 // indirect
23-
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
24-
github.com/cloudflare/circl v1.3.3 // indirect
25-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
25+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
26+
github.com/cloudflare/circl v1.3.7 // indirect
27+
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
2628
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2729
github.com/emirpasic/gods v1.18.1 // indirect
2830
github.com/fatih/color v1.14.1 // indirect
2931
github.com/fsnotify/fsnotify v1.7.0 // indirect
3032
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
31-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
33+
github.com/go-git/go-billy/v5 v5.6.0 // indirect
3234
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3335
github.com/gorilla/websocket v1.4.2 // indirect
3436
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -47,8 +49,8 @@ require (
4749
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4850
github.com/sagikazarmark/locafero v0.4.0 // indirect
4951
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
50-
github.com/sergi/go-diff v1.1.0 // indirect
51-
github.com/skeema/knownhosts v1.2.1 // indirect
52+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
53+
github.com/skeema/knownhosts v1.3.0 // indirect
5254
github.com/sourcegraph/conc v0.3.0 // indirect
5355
github.com/spf13/afero v1.11.0 // indirect
5456
github.com/spf13/cast v1.6.0 // indirect
@@ -57,13 +59,14 @@ require (
5759
github.com/xanzy/ssh-agent v0.3.3 // indirect
5860
go.uber.org/atomic v1.9.0 // indirect
5961
go.uber.org/multierr v1.9.0 // indirect
60-
golang.org/x/crypto v0.16.0 // indirect
61-
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
62-
golang.org/x/mod v0.12.0 // indirect
63-
golang.org/x/net v0.19.0 // indirect
64-
golang.org/x/sys v0.15.0 // indirect
65-
golang.org/x/text v0.14.0 // indirect
66-
golang.org/x/tools v0.13.0 // indirect
62+
golang.org/x/crypto v0.31.0 // indirect
63+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
64+
golang.org/x/mod v0.19.0 // indirect
65+
golang.org/x/net v0.33.0 // indirect
66+
golang.org/x/sync v0.10.0 // indirect
67+
golang.org/x/sys v0.28.0 // indirect
68+
golang.org/x/text v0.21.0 // indirect
69+
golang.org/x/tools v0.23.0 // indirect
6770
gopkg.in/ini.v1 v1.67.0 // indirect
6871
gopkg.in/warnings.v0 v0.1.2 // indirect
6972
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)