blob: ff8bdf95fcf9993739a36c1e70dd57b6d8c88a1e [file] [log] [blame]
khenaidood948f772021-08-11 17:49:24 -04001module go.uber.org/multierr
2
3go 1.12
4
5require (
6 github.com/stretchr/testify v1.3.0
7 go.uber.org/atomic v1.7.0
8)