@@ -3,40 +3,41 @@ module smart-git
33go 1.24.1
44
55require (
6- github.com/BurntSushi/toml v1.4 .0
7- github.com/cloudwego/hertz v0.9.6
6+ github.com/BurntSushi/toml v1.5 .0
7+ github.com/cloudwego/hertz v0.9.7
88 github.com/go-git/go-billy/v5 v5.6.2
9- github.com/go-git/go-git/v5 v5.14 .0
9+ github.com/go-git/go-git/v5 v5.15 .0
1010 github.com/hertz-contrib/gzip v0.0.3
1111 github.com/hertz-contrib/http2 v0.1.8
1212)
1313
1414require (
1515 github.com/WJQSERVER-STUDIO/go-utils/log v0.0.1 // indirect
16- github.com/bytedance/gopkg v0.1.1 // indirect
17- github.com/bytedance/sonic v1.13.1 // indirect
16+ github.com/bytedance/gopkg v0.1.2 // indirect
17+ github.com/bytedance/sonic v1.13.2 // indirect
1818 github.com/bytedance/sonic/loader v0.2.4 // indirect
1919 github.com/cloudwego/base64x v0.1.5 // indirect
20- github.com/cloudwego/netpoll v0.6.5 // indirect
21- github.com/fsnotify/fsnotify v1.8.0 // indirect
20+ github.com/cloudwego/gopkg v0.1.4 // indirect
21+ github.com/cloudwego/netpoll v0.7.0 // indirect
22+ github.com/fsnotify/fsnotify v1.9.0 // indirect
2223 github.com/klauspost/cpuid/v2 v2.2.10 // indirect
23- github.com/nyaruka/phonenumbers v1.5 .0 // indirect
24+ github.com/nyaruka/phonenumbers v1.6 .0 // indirect
2425 github.com/tidwall/gjson v1.18.0 // indirect
2526 github.com/tidwall/match v1.1.1 // indirect
2627 github.com/tidwall/pretty v1.2.1 // indirect
2728 github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
28- golang.org/x/arch v0.15 .0 // indirect
29- golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
30- golang.org/x/text v0.23 .0 // indirect
31- google.golang.org/protobuf v1.36.5 // indirect
29+ golang.org/x/arch v0.16 .0 // indirect
30+ golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
31+ golang.org/x/text v0.24 .0 // indirect
32+ google.golang.org/protobuf v1.36.6 // indirect
3233)
3334
3435require (
3536 dario.cat/mergo v1.0.1 // indirect
3637 github.com/Microsoft/go-winio v0.6.2 // indirect
37- github.com/ProtonMail/go-crypto v1.1.6 // indirect
38+ github.com/ProtonMail/go-crypto v1.2.0 // indirect
3839 github.com/WJQSERVER-STUDIO/go-utils/logger v1.5.0
39- github.com/cloudflare/circl v1.6.0 // indirect
40+ github.com/cloudflare/circl v1.6.1 // indirect
4041 github.com/cyphar/filepath-securejoin v0.4.1 // indirect
4142 github.com/emirpasic/gods v1.18.1 // indirect
4243 github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
@@ -48,8 +49,8 @@ require (
4849 github.com/skeema/knownhosts v1.3.1 // indirect
4950 github.com/xanzy/ssh-agent v0.3.3 // indirect
5051 go.etcd.io/bbolt v1.4.0
51- golang.org/x/crypto v0.36 .0 // indirect
52- golang.org/x/net v0.37 .0 // indirect
53- golang.org/x/sys v0.31 .0 // indirect
52+ golang.org/x/crypto v0.37 .0 // indirect
53+ golang.org/x/net v0.39 .0 // indirect
54+ golang.org/x/sys v0.32 .0 // indirect
5455 gopkg.in/warnings.v0 v0.1.2 // indirect
5556)
0 commit comments