about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-09-25 17:38:48 +0200
committerEmile <hanemile@protonmail.com>2019-09-25 17:38:48 +0200
commit75ed2286f21faea346e3005671e1abc2a4cc94a7 (patch)
tree6d6eca873c53cf389bb88abba574f7efe346976d /go.mod
parent6d265e1bae520c9d4c0a947b20b70fe9b604d5aa (diff)
updated the tle package
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 2f86a43..731fe4b 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,6 @@ module git.darknebu.la/Satellite/tle2json
 go 1.13
 
 require (
-	git.darknebu.la/Satellite/tle v0.0.0-20190914205455-d4635457825b
+	git.darknebu.la/Satellite/tle v0.0.0-20190925151740-b1ace03c5484
 	github.com/gorilla/mux v1.7.3
 )