diff options
author | Andinus <andinus@nand.sh> | 2020-04-11 16:28:16 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-04-11 16:28:16 +0530 |
commit | a9de3eef47cac76791574444380d3cd993d34e1e (patch) | |
tree | 0127c2a3897543f2fbe6f918d8f807659bd94fe4 /go.mod | |
parent | 6fe535caf174eab6c90e5e6b5129e7f4a3949b86 (diff) | |
download | orion-a9de3eef47cac76791574444380d3cd993d34e1e.tar.gz |
Reinitialize project
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/go.mod b/go.mod index ede056e..2eeaf52 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,5 @@ -module framagit.org/andinus/orion +module tildegit.org/andinus/orion go 1.13 -require ( - github.com/AlecAivazis/survey/v2 v2.0.7 - github.com/briandowns/spinner v1.9.0 - github.com/fatih/color v1.7.0 -) +require framagit.org/andinus/orion v0.1.0 // indirect |