summaryrefslogtreecommitdiffstats
path: root/vendor/go.uber.org/multierr/go.mod
blob: ff8bdf95fcf9993739a36c1e70dd57b6d8c88a1e (plain) (blame)
1
2
3
4
5
6
7
8
module go.uber.org/multierr

go 1.12

require (
	github.com/stretchr/testify v1.3.0
	go.uber.org/atomic v1.7.0
)