fix: 携程溢出、优化若干
This commit is contained in:
7
go.mod
7
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user