updates
This commit is contained in:
11
testdata/zap.go.mod
vendored
Normal file
11
testdata/zap.go.mod
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
)
|
Reference in New Issue
Block a user