ants/go.mod

9 lines
120 B
Modula-2
Raw Normal View History

2019-08-25 09:25:09 +03:00
module github.com/panjf2000/ants/v2
go 1.13
2022-12-11 14:17:37 +03:00
require (
2023-08-13 12:28:43 +03:00
github.com/stretchr/testify v1.8.2
golang.org/x/sync v0.3.0
2022-12-11 14:17:37 +03:00
)