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

go 1.13

require (
	git.darknebu.la/chaosdorf/freitagsfoo/src/structs v0.0.0-20200718235609-fc63adf55849
	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
)