about summary refs log tree commit diff
path: root/go.mod
blob: 4390930bc0b0c0b42eaeee7fa4f0d4cfad49a407 (plain)
1
2
3
4
5
6
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
)