about summary refs log tree commit diff
path: root/go.mod
blob: 2f86a43d54cf435770e4ca15b2dad98f649fdbfd (plain)
1
2
3
4
5
6
7
8
module git.darknebu.la/Satellite/tle2json

go 1.13

require (
	git.darknebu.la/Satellite/tle v0.0.0-20190914205455-d4635457825b
	github.com/gorilla/mux v1.7.3
)