diff options
author | MR Lemon <matt@matthewlemon> | 2020-04-18 16:48:47 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-04-18 16:48:47 +0100 |
commit | 8e98f31e3f32d0c43b12d087288528b3c26e0547 (patch) | |
tree | b6b79c8c5e582add5c493e3de07a5e5f7e51d312 | |
parent | 52240ba3b5861a2636cfd86f352349717fbf1af2 (diff) |
Added go module file
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | go.mod | 8 |
2 files changed, 9 insertions, 0 deletions
@@ -1 +1,2 @@ .vscode/* +.idea/* @@ -0,0 +1,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 +) |