2021-01-24 18:37:35 -05:00
|
|
|
module go.uber.org/multierr
|
|
|
|
|
|
2021-06-10 16:44:25 +02:00
|
|
|
go 1.14
|
2021-01-24 18:37:35 -05:00
|
|
|
|
|
|
|
|
require (
|
2021-06-10 16:44:25 +02:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-02-28 18:08:33 -05:00
|
|
|
go.uber.org/atomic v1.7.0
|
2021-06-10 16:44:25 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
2021-01-24 18:37:35 -05:00
|
|
|
)
|