about summary refs log tree commit diff
path: root/go.mod
blob: 5eef6ae238f7d39cdcce2d5edf1aca679b5763de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module git.darknebu.la/chaosdorf/freitagsfoo

go 1.13

require (
	git.darknebu.la/chaosdorf/freitagsfoo/src/db v0.0.0-00010101000000-000000000000
	git.darknebu.la/chaosdorf/freitagsfoo/src/structs v0.0.0-00010101000000-000000000000
	github.com/go-pg/pg/v9 v9.1.6
	github.com/google/uuid v1.1.1
	github.com/gorilla/mux v1.7.4
	github.com/sirupsen/logrus v1.6.0
	github.com/spf13/viper v1.7.0
)

replace git.darknebu.la/chaosdorf/freitagsfoo/src/structs => ./src/structs

replace git.darknebu.la/chaosdorf/freitagsfoo/src/db => ./src/db