go mod
This commit is contained in:
5
go.mod
5
go.mod
@@ -43,9 +43,6 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
|
||||
github.com/shirou/gopsutil/v3 v3.23.11 // indirect
|
||||
github.com/sirupsen/logrus v1.4.2 // indirect
|
||||
filippo.io/edwards25519 v1.1.0 // indirect // indirect
|
||||
github.com/beorn7/perks v1.0.1 // indirect // indirect
|
||||
github.com/bytedance/sonic v1.12.1 // indirect // indirect
|
||||
@@ -56,7 +53,7 @@ require (
|
||||
github.com/cloudwego/iasm v0.2.0 // indirect
|
||||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
||||
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
|
||||
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
||||
github.com/fsnotify/fsnotify v1.7.0
|
||||
github.com/gabriel-vasile/mimetype v1.4.5 // indirect
|
||||
github.com/gin-contrib/sse v0.1.0 // indirect
|
||||
github.com/go-forks/fsnotify v1.4.7 // indirect
|
||||
|
||||
Reference in New Issue
Block a user