github.com/KEINOS/go-countline@v1.1.0/go.mod (about)

     1  module github.com/KEINOS/go-countline
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/pkg/errors v0.9.1
     7  	github.com/stretchr/testify v1.8.1
     8  	github.com/zenizh/go-capturer v0.0.0-20211219060012-52ea6c8fed04
     9  	golang.org/x/text v0.4.0
    10  )