2019-11-25 20:16:00 +00:00
|
|
|
module go.uber.org/multierr
|
|
|
|
|
2021-10-19 13:43:41 +00:00
|
|
|
go 1.14
|
2019-11-25 20:16:00 +00:00
|
|
|
|
|
|
|
require (
|
2021-10-19 13:43:41 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
go.uber.org/atomic v1.7.0
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
2019-11-25 20:16:00 +00:00
|
|
|
)
|