12 lines
204 B
Modula-2
12 lines
204 B
Modula-2
module go.uber.org/zap
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
go.uber.org/atomic v1.7.0
|
|
go.uber.org/multierr v1.6.0
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|