github.com/Laisky/zap@v1.27.0/go.mod (about)

     1  module github.com/Laisky/zap
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/stretchr/testify v1.8.1
     7  	go.uber.org/goleak v1.3.0
     8  	go.uber.org/multierr v1.10.0
     9  	golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
    10  	gopkg.in/yaml.v3 v3.0.1
    11  )
    12  
    13  require (
    14  	github.com/davecgh/go-spew v1.1.1 // indirect
    15  	github.com/kr/text v0.2.0 // indirect
    16  	github.com/pmezard/go-difflib v1.0.0 // indirect
    17  	golang.org/x/tools v0.1.5 // indirect
    18  )