|
module github.com/fixme_my_friend/hw05_parallel_execution
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.5.1
|
|
go.uber.org/goleak v1.0.0
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
|
|
golang.org/x/tools v0.0.0-20200426102838-f3a5411a4c3b // indirect
|
|
)
|