SIGN IN SIGN UP
sourcegraph / conc UNCLAIMED

Better structured concurrency for go

0 0 0 Go
2023-01-02 13:55:35 -07:00
module github.com/sourcegraph/conc
2022-12-15 12:48:57 -07:00
go 1.19
2022-12-15 18:56:25 -07:00
require (
github.com/stretchr/testify v1.8.1
go.uber.org/multierr v1.9.0
)
2022-12-15 18:56:25 -07:00
require (
2022-12-16 10:25:34 -07:00
github.com/davecgh/go-spew v1.1.1 // indirect
2022-12-15 18:56:25 -07:00
github.com/kr/pretty v0.3.0 // indirect
2022-12-16 10:25:34 -07:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2022-12-15 18:56:25 -07:00
github.com/rogpeppe/go-internal v1.9.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
2022-12-16 10:25:34 -07:00
gopkg.in/yaml.v3 v3.0.1 // indirect
2022-12-15 18:56:25 -07:00
)