This commit is contained in:
2025-09-19 21:02:44 -04:00
parent 48c2d0dd1a
commit 6d1eb6de2d
4 changed files with 50 additions and 96 deletions

11
testdata/zap.go.mod vendored Normal file
View 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
)