about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 7 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..4390930
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,7 @@
+module viewer
+
+require (
+	git.darknebu.la/GalaxySimulator/structs v0.0.0-20190205205735-9dd56b9448e5
+	github.com/ajstarks/svgo v0.0.0-20181006003313-6ce6a3bcf6cd
+	github.com/gorilla/mux v1.7.0
+)