diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-07-18 16:41:39 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-07-18 16:41:39 +0100 |
commit | ccfa65531c7fbc4e89fe43113fdb8f9046ee7168 (patch) | |
tree | 1249006a80d9e1224657a47cb7efe58d3caeeb4c | |
parent | 2ea830f3e6511e0ebf56ab6dca7f5f90edb88f1c (diff) |
upped coords dep version
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ -module github.com/datamaps-go +module github.com/yulqen/datamaps-go go 1.14 require ( - github.com/hammerheadlemon/coords v0.0.0-20191204103827-a54bf5613b0c github.com/tealeg/xlsx v1.0.5 + github.com/yulqen/coords v0.1.0 ) |