Update ants version
This commit is contained in:
9
go.mod
9
go.mod
@@ -11,17 +11,16 @@ require github.com/orcaman/concurrent-map/v2 v2.0.1
|
||||
|
||||
require (
|
||||
github.com/deckarep/golang-set/v2 v2.6.0
|
||||
github.com/go-chi/chi/v5 v5.0.11
|
||||
github.com/json-iterator/go v1.1.12
|
||||
github.com/julienschmidt/httprouter v1.3.0
|
||||
github.com/panjf2000/ants/v2 v2.8.2
|
||||
github.com/mwitkow/go-http-dialer v0.0.0-20161116154839-378f744fb2b8
|
||||
github.com/panjf2000/ants/v2 v2.9.0
|
||||
golang.org/x/net v0.20.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/go-chi/chi/v5 v5.0.11 // indirect
|
||||
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
||||
github.com/modern-go/reflect2 v1.0.2 // indirect
|
||||
github.com/mwitkow/go-http-dialer v0.0.0-20161116154839-378f744fb2b8 // indirect
|
||||
golang.org/x/net v0.20.0 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
|
||||
Reference in New Issue
Block a user