about summary refs log tree commit diff
path: root/go.mod
blob: 92f9e1fce595e2ba6b635ab16bda361dc76a8dcb (plain)
1
2
3
4
5
6
7
8
module git.darknebu.la/emile/faila2

go 1.13

require (
	github.com/gorilla/mux v1.7.4
	github.com/sirupsen/logrus v1.5.0
)