aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index f109d43..db76f75 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)