worker-pool: init

This commit is contained in:
2024-02-15 18:39:41 +03:00
parent d1cb8beba3
commit 9ed5a2f85a
4 changed files with 126 additions and 0 deletions

11
worker-pool/go.mod Normal file
View File

@ -0,0 +1,11 @@
module worker-pool
go 1.21.6
require github.com/stretchr/testify v1.8.4
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)