summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/go.uber.org/multierr@v1.6.0/go.mod
blob: ff8bdf95fcf9993739a36c1e70dd57b6d8c88a1e (plain)
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
)