summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-09-11 20:27:23 +0200
committerEmile <hanemile@protonmail.com>2019-09-11 20:27:23 +0200
commitf54918bb664f12c3b237dd53a2fdac7a2c61356a (patch)
treec20b06be7f81fb0d92a9f8b66f75ec143fb89fa0 /go.mod
parent6c1531aec392d0d4d80d2373e69114d3dbb090b0 (diff)
updated the modules
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 0 insertions, 8 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index 73f7e7e..0000000
--- a/go.mod
+++ /dev/null
@@ -1,8 +0,0 @@
-module git.darknebu.la/Satellite/TLE2JSON
-
-go 1.12
-
-require (
-	git.darknebu.la/Satellite/TLE v0.0.0-20190829210835-ce5042e51ea2
-	github.com/gorilla/mux v1.7.3
-)