Skip to content

Commit 3eae8bc

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

File tree

2 files changed

+66
-93
lines changed

2 files changed

+66
-93
lines changed

go.mod

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
module github.com/aevea/release-notary
22

3-
go 1.19
3+
go 1.24.0
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.16.5
1212
github.com/json-iterator/go v1.1.12
1313
github.com/magefile/mage v1.15.0
1414
github.com/slack-go/slack v0.11.3
1515
github.com/spf13/cobra v1.6.1
1616
github.com/spf13/viper v1.18.2
17-
github.com/stretchr/testify v1.9.0
17+
github.com/stretchr/testify v1.10.0
1818
)
1919

2020
require (
2121
dario.cat/mergo v1.0.0 // indirect
22-
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
22+
github.com/Microsoft/go-winio v0.6.2 // indirect
23+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
24+
github.com/cloudflare/circl v1.6.1 // indirect
25+
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
2626
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2727
github.com/emirpasic/gods v1.18.1 // indirect
2828
github.com/fatih/color v1.14.1 // indirect
2929
github.com/fsnotify/fsnotify v1.7.0 // indirect
3030
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
31-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
32-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
31+
github.com/go-git/go-billy/v5 v5.6.2 // indirect
32+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
3333
github.com/gorilla/websocket v1.4.2 // indirect
3434
github.com/hashicorp/hcl v1.0.0 // indirect
3535
github.com/inconshreveable/mousetrap v1.0.1 // indirect
@@ -42,13 +42,13 @@ require (
4242
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4343
github.com/modern-go/reflect2 v1.0.2 // indirect
4444
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
45-
github.com/pjbgf/sha1cd v0.3.0 // indirect
45+
github.com/pjbgf/sha1cd v0.3.2 // indirect
4646
github.com/pkg/errors v0.9.1 // indirect
4747
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4848
github.com/sagikazarmark/locafero v0.4.0 // indirect
4949
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
50+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
51+
github.com/skeema/knownhosts v1.3.1 // indirect
5252
github.com/sourcegraph/conc v0.3.0 // indirect
5353
github.com/spf13/afero v1.11.0 // indirect
5454
github.com/spf13/cast v1.6.0 // indirect
@@ -57,13 +57,11 @@ require (
5757
github.com/xanzy/ssh-agent v0.3.3 // indirect
5858
go.uber.org/atomic v1.9.0 // indirect
5959
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
60+
golang.org/x/crypto v0.45.0 // indirect
61+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
62+
golang.org/x/net v0.47.0 // indirect
63+
golang.org/x/sys v0.38.0 // indirect
64+
golang.org/x/text v0.31.0 // indirect
6765
gopkg.in/ini.v1 v1.67.0 // indirect
6866
gopkg.in/warnings.v0 v0.1.2 // indirect
6967
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)