Skip to content

Commit 0614b97

Browse files
chore(deps): update module github.com/go-git/go-git/v5 to v5.13.0 [security]
1 parent 96bead6 commit 0614b97

File tree

2 files changed

+73
-82
lines changed

2 files changed

+73
-82
lines changed

go.mod

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,44 @@
11
module github.com/doodlescheduling/gh-bootstrap-repository
22

3-
go 1.20
3+
go 1.21
4+
5+
toolchain go1.24.1
46

57
require (
68
github.com/cli/go-gh/v2 v2.0.1
7-
github.com/go-git/go-git/v5 v5.7.0
9+
github.com/go-git/go-git/v5 v5.13.0
810
github.com/google/go-github/v52 v52.0.0
911
github.com/spf13/cobra v1.7.0
1012
github.com/spf13/pflag v1.0.5
1113
golang.org/x/oauth2 v0.8.0
1214
)
1315

1416
require (
15-
github.com/Microsoft/go-winio v0.5.2 // indirect
16-
github.com/ProtonMail/go-crypto v0.0.0-20230518184743-7afd39499903 // indirect
17-
github.com/acomagu/bufpipe v1.0.4 // indirect
17+
dario.cat/mergo v1.0.0 // indirect
18+
github.com/Microsoft/go-winio v0.6.1 // indirect
19+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
1820
github.com/cli/safeexec v1.0.0 // indirect
19-
github.com/cloudflare/circl v1.3.3 // indirect
21+
github.com/cloudflare/circl v1.3.7 // indirect
22+
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
2023
github.com/emirpasic/gods v1.18.1 // indirect
2124
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
22-
github.com/go-git/go-billy/v5 v5.4.1 // indirect
25+
github.com/go-git/go-billy/v5 v5.6.0 // indirect
2326
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2427
github.com/golang/protobuf v1.5.2 // indirect
2528
github.com/google/go-querystring v1.1.0 // indirect
26-
github.com/imdario/mergo v0.3.15 // indirect
2729
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2830
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
2931
github.com/kevinburke/ssh_config v1.2.0 // indirect
3032
github.com/pjbgf/sha1cd v0.3.0 // indirect
31-
github.com/sergi/go-diff v1.1.0 // indirect
32-
github.com/skeema/knownhosts v1.1.1 // indirect
33+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
34+
github.com/skeema/knownhosts v1.3.0 // indirect
3335
github.com/xanzy/ssh-agent v0.3.3 // indirect
34-
golang.org/x/crypto v0.9.0 // indirect
35-
golang.org/x/net v0.10.0 // indirect
36-
golang.org/x/sys v0.8.0 // indirect
36+
golang.org/x/crypto v0.31.0 // indirect
37+
golang.org/x/mod v0.17.0 // indirect
38+
golang.org/x/net v0.33.0 // indirect
39+
golang.org/x/sync v0.10.0 // indirect
40+
golang.org/x/sys v0.28.0 // indirect
41+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
3742
google.golang.org/appengine v1.6.7 // indirect
3843
google.golang.org/protobuf v1.28.0 // indirect
3944
gopkg.in/warnings.v0 v0.1.2 // indirect

0 commit comments

Comments
 (0)