Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
panjf2000 committed Sep 30, 2019
1 parent 436baff commit 5af0d4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ require (
github.com/Allenxuxu/ringbuffer v0.0.1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/panjf2000/ants v1.3.0
github.com/panjf2000/ants v1.0.1-0.20190423123334-05e96abd6103
github.com/panjf2000/ants/v2 v2.1.1-0.20190930064727-2b9f35b18f3e // indirect
github.com/panjf2000/gnet v0.0.1-rc.4.0.20190930130908-bbafc2e5abaa
github.com/stretchr/testify v1.4.0 // indirect
github.com/tidwall/evio v1.0.2
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/libp2p/go-reuseport v0.0.1 h1:7PhkfH73VXfPJYKQ6JwS5I/eVcoyYi9IMNGc6FWpFLw=
github.com/libp2p/go-reuseport v0.0.1/go.mod h1:jn6RmB1ufnQwl0Q1f+YxAj8isJgDCQzaaxIFYDhcYEA=
github.com/panjf2000/ants v1.0.1-0.20190423123334-05e96abd6103 h1:7hsmxoUvvUR20WR+9CiJFoto05+3SGovoTrqpVZiWtA=
github.com/panjf2000/ants v1.0.1-0.20190423123334-05e96abd6103/go.mod h1:AaACblRPzq35m1g3enqYcxspbbiOJJYaxU2wMpm1cXY=
github.com/panjf2000/ants v1.3.0 h1:8pQ+8leaLc9lys2viEEr8md0U4RN6uOSUCE9bOYjQ9M=
github.com/panjf2000/ants v1.3.0/go.mod h1:AaACblRPzq35m1g3enqYcxspbbiOJJYaxU2wMpm1cXY=
github.com/panjf2000/ants/v2 v2.1.1-0.20190930064727-2b9f35b18f3e h1:G+QH4M8lHrQLRf4Y0dngqa5SmytEVpkpZAwZpG4QAWI=
github.com/panjf2000/ants/v2 v2.1.1-0.20190930064727-2b9f35b18f3e/go.mod h1:1GFm8bV8nyCQvU5K4WvBCTG1/YBFOD2VzjffD8fV55A=
github.com/panjf2000/gnet v0.0.1-rc.4/go.mod h1:N251s4H0wuPrB0ssD/D4ZQYOFJKZOwYxqIejzAodQqc=
github.com/panjf2000/gnet v0.0.1-rc.4.0.20190930130908-bbafc2e5abaa h1:kVH6V3IsCV3VCv8sKP4XSTvMLOQbuz6FHsDH9qGHgCY=
github.com/panjf2000/gnet v0.0.1-rc.4.0.20190930130908-bbafc2e5abaa/go.mod h1:V7INYQIpTBp9hk1KVq84LrBHMZ3o4tq1aFp+JY52hw0=
Expand Down

0 comments on commit 5af0d4a

Please sign in to comment.