5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-21 20:56:57 +00:00
matterbridge/vendor/go.uber.org/multierr/go.mod

9 lines
113 B
Modula-2
Raw Normal View History

2020-08-09 22:29:54 +00:00
module go.uber.org/multierr
go 1.12
require (
github.com/stretchr/testify v1.3.0
2020-12-31 13:48:12 +00:00
go.uber.org/atomic v1.7.0
2020-08-09 22:29:54 +00:00
)