github.com/shakinm/xlsReader@v0.9.12/go.mod (about)

     1  module github.com/shakinm/xlsReader
     2  
     3  require (
     4  	github.com/metakeule/fmtdate v1.1.2
     5  	golang.org/x/text v0.3.2
     6  )
     7  
     8  go 1.13