about summary refs log tree commit diff
path: root/go.mod
blob: bd033460b5059484ba17dab659fba398743dffda (plain)
1
2
3
4
5
6
7
module git.darknebu.la/GalaxySimulator/db-controller

require (
	git.darknebu.la/GalaxySimulator/structs v0.0.0-20190205205735-9dd56b9448e5
	github.com/gorilla/mux v1.7.0
	github.com/lib/pq v1.0.0
)