Skip to content

Commit aed9547

Browse files
committed
make ant direct
1 parent 273e427 commit aed9547

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ golang.org/x/net v0.10.0 h1:X2//UzNDwYmtCLn7To6G58Wr6f5ahEAQgKNzv9Y951M=
104104
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
105105
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
106106
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
107+
golang.org/x/sync v0.2.0 h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=
107108
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
108109
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
109110
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 commit comments

Comments
 (0)