File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ require (
66 github.com/evalphobia/logrus_sentry v0.8.2
77 github.com/gin-gonic/gin v1.9.1
88 github.com/go-playground/validator/v10 v10.14.1
9+ github.com/panjf2000/ants/v2 v2.8.1
910 github.com/prometheus/client_golang v1.16.0
1011 github.com/sirupsen/logrus v1.9.3
1112 gopkg.in/yaml.v3 v3.0.1
@@ -32,7 +33,6 @@ require (
3233 github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
3334 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3435 github.com/modern-go/reflect2 v1.0.2 // indirect
35- github.com/panjf2000/ants/v2 v2.8.1 // indirect
3636 github.com/pelletier/go-toml/v2 v2.0.8 // indirect
3737 github.com/pkg/errors v0.9.1 // indirect
3838 github.com/prometheus/client_model v0.3.0 // indirect
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ golang.org/x/net v0.10.0 h1:X2//UzNDwYmtCLn7To6G58Wr6f5ahEAQgKNzv9Y951M=
104104golang.org/x/net v0.10.0 /go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg =
105105golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
106106golang.org/x/sync v0.1.0 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
107+ golang.org/x/sync v0.2.0 h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI =
107108golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
108109golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
109110golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
You can’t perform that action at this time.
0 commit comments