tlog.app/go/errors@v0.9.0/go.mod (about)

     1  module tlog.app/go/errors
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/davecgh/go-spew v1.1.1 // indirect
     7  	github.com/kr/pretty v0.3.1 // indirect
     8  	github.com/rogpeppe/go-internal v1.11.0 // indirect
     9  	github.com/stretchr/testify v1.7.0
    10  	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
    11  	gopkg.in/yaml.v3 v3.0.1 // indirect
    12  	tlog.app/go/loc v0.6.1
    13  )