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

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
)