File: go.mod

package info (click to toggle)
golang-github-tealeg-xlsx 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,104 kB
  • sloc: makefile: 3
file content (8 lines) | stat: -rw-r--r-- 147 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/tealeg/xlsx

go 1.12

require (
	github.com/kr/pretty v0.1.0 // indirect
	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
)