about summary refs log tree commit diff
path: root/src/db/go.mod
blob: 4e70ab6b9d2e6c193902bddf2d5bdbd03789a8d4 (plain)
1
2
3
4
5
6
7
8
9
10
module git.darknebu.la/chaosdorf/freitagsfoo/src/db

go 1.13

require (
	github.com/go-pg/pg/v9 v9.1.6
	github.com/google/uuid v1.1.1
	github.com/sirupsen/logrus v1.6.0
	github.com/spf13/viper v1.7.0
)