Skip to content

Commit 98b3011

Browse files
authored
merge(go-module): Merge pull request #39 from genshen/bump-go-packages
build(go-module): bump go-git to v5.16.4
2 parents d31fe2b + f41d68f commit 98b3011

2 files changed

Lines changed: 63 additions & 78 deletions

File tree

go.mod

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,36 @@
11
module github.com/genshen/pkg
22

3-
go 1.22.2
3+
go 1.23.0
4+
5+
toolchain go1.23.7
46

57
require (
68
github.com/AlecAivazis/survey/v2 v2.3.7
79
github.com/genshen/cmds v0.0.0-20200505065256-d4c52690e15b
8-
github.com/go-git/go-git/v5 v5.12.0
10+
github.com/go-git/go-git/v5 v5.16.4
911
github.com/mholt/archives v0.0.0-20241216060121-23e0af8fe73d
1012
github.com/otiai10/copy v1.14.0
11-
github.com/rogpeppe/go-internal v1.13.1
13+
github.com/rogpeppe/go-internal v1.14.1
1214
github.com/sirupsen/logrus v1.9.3
1315
gopkg.in/yaml.v3 v3.0.1
1416
)
1517

1618
require (
1719
dario.cat/mergo v1.0.0 // indirect
18-
github.com/Microsoft/go-winio v0.6.1 // indirect
19-
github.com/ProtonMail/go-crypto v1.0.0 // indirect
20+
github.com/Microsoft/go-winio v0.6.2 // indirect
21+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
2022
github.com/STARRY-S/zip v0.2.1 // indirect
2123
github.com/andybalholm/brotli v1.1.1 // indirect
2224
github.com/bodgit/plumbing v1.3.0 // indirect
2325
github.com/bodgit/sevenzip v1.6.0 // indirect
2426
github.com/bodgit/windows v1.0.1 // indirect
25-
github.com/cloudflare/circl v1.3.7 // indirect
26-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
27+
github.com/cloudflare/circl v1.6.1 // indirect
28+
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
2729
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect
2830
github.com/emirpasic/gods v1.18.1 // indirect
2931
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
30-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
31-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
32+
github.com/go-git/go-billy/v5 v5.6.2 // indirect
33+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
3234
github.com/hashicorp/errwrap v1.1.0 // indirect
3335
github.com/hashicorp/go-multierror v1.1.1 // indirect
3436
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
@@ -42,21 +44,20 @@ require (
4244
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
4345
github.com/nwaples/rardecode/v2 v2.0.0-beta.4.0.20241112120701-034e449c6e78 // indirect
4446
github.com/pierrec/lz4/v4 v4.1.21 // indirect
45-
github.com/pjbgf/sha1cd v0.3.0 // indirect
47+
github.com/pjbgf/sha1cd v0.3.2 // indirect
4648
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
47-
github.com/skeema/knownhosts v1.2.2 // indirect
49+
github.com/skeema/knownhosts v1.3.1 // indirect
4850
github.com/sorairolake/lzip-go v0.3.5 // indirect
4951
github.com/therootcompany/xz v1.0.1 // indirect
5052
github.com/ulikunitz/xz v0.5.12 // indirect
5153
github.com/xanzy/ssh-agent v0.3.3 // indirect
5254
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
53-
golang.org/x/crypto v0.24.0 // indirect
55+
golang.org/x/crypto v0.37.0 // indirect
5456
golang.org/x/mod v0.22.0 // indirect
55-
golang.org/x/net v0.26.0 // indirect
56-
golang.org/x/sync v0.9.0 // indirect
57-
golang.org/x/sys v0.21.0 // indirect
58-
golang.org/x/term v0.21.0 // indirect
59-
golang.org/x/text v0.20.0 // indirect
60-
golang.org/x/tools v0.22.0 // indirect
57+
golang.org/x/net v0.39.0 // indirect
58+
golang.org/x/sync v0.13.0 // indirect
59+
golang.org/x/sys v0.32.0 // indirect
60+
golang.org/x/term v0.31.0 // indirect
61+
golang.org/x/text v0.24.0 // indirect
6162
gopkg.in/warnings.v0 v0.1.2 // indirect
6263
)

0 commit comments

Comments
 (0)