mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-21 10:12:00 -08:00
10 lines
178 B
Modula-2
10 lines
178 B
Modula-2
module go.uber.org/multierr
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.7.0
|
|
go.uber.org/atomic v1.7.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|