aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: f109d43428f349931bffa5b7a9b410cbb8dcebf1 (plain) (blame)
1
2
3
4
5
6
7
8
module github.com/datamaps-go

go 1.14

require (
	github.com/hammerheadlemon/coords v0.0.0-20191204103827-a54bf5613b0c
	github.com/tealeg/xlsx v1.0.5
)