about summary refs log tree commit diff
path: root/go.mod
blob: fb2ac3b2136633dd6b9700c61052a4ffa622e11c (plain)
1
2
3
4
5
6
7
8
module metrics-bundler

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