mirror of
https://github.com/panjf2000/ants.git
synced 2025-12-16 18:11:03 +00:00
9 lines
120 B
Modula-2
9 lines
120 B
Modula-2
module github.com/panjf2000/ants/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.8.2
|
|
golang.org/x/sync v0.3.0
|
|
)
|