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

go 1.12

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