about summary refs log tree commit diff
path: root/go.mod
blob: 77c880d3883b019c26958d0f9165c5e01687e468 (plain)
1
2
3
4
5
6
module git.darknebu.la/GalaxySimulator/db_actions

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