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

go 1.13

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