summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-04-13 13:52:09 +0530
committerAndinus <andinus@nand.sh>2021-04-13 13:52:09 +0530
commit863b5301e2d2c75683086a608ebdf8f497133b94 (patch)
treefc7a07bac513abbd874102fa2e95b9dd0b00d415 /go.mod
parent12fdf3632824a3ffea9f8dfc9249cb7a27e6a2c8 (diff)
downloadorion-863b5301e2d2c75683086a608ebdf8f497133b94.tar.gz
Re-initialize project for Raku port
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 0 insertions, 9 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index c2ad747..0000000
--- a/go.mod
+++ /dev/null
@@ -1,9 +0,0 @@
-module git.tilde.institute/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
-)