diff options
author | Andinus <andinus@nand.sh> | 2020-03-24 17:41:57 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-03-24 17:41:57 +0530 |
commit | 813b37d0cf7e6e371418feac56d40f48176105ba (patch) | |
tree | 2e4efd2224ff84700cbf354ea0ff75775d79a8a0 /go.mod | |
parent | 532c060fd97c31c28f20f6f823472247edc0c30f (diff) | |
download | cetus-813b37d0cf7e6e371418feac56d40f48176105ba.tar.gz |
Reinitialize project and change module url
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod index 2831fa0..1c3c737 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,3 @@ -module framagit.org/andinus/cetus +module tildegit.org/andinus/cetus go 1.13 - -require framagit.org/andinus/indus v0.1.0 |