fix: 携程溢出、优化若干

This commit is contained in:
Mmx
2022-01-11 12:30:32 +08:00
parent a240165eed
commit 8b006e77af
12 changed files with 77 additions and 32 deletions

7
go.mod
View File

@@ -4,9 +4,12 @@ go 1.17
require (
github.com/Mmx233/config v0.0.3
github.com/Mmx233/tool v0.3.9
github.com/Mmx233/tool v0.5.7
github.com/howeyc/fsnotify v0.9.0
)
require (
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/howeyc/fsnotify v0.9.0
golang.org/x/net v0.0.0-20211201190559-0a0e4e1bb54c // indirect
)