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

go 1.13

replace git.darknebu.la/emile/faila/src/structs => ./src/structs

replace git.darknebu.la/emile/faila/src/http => ./src/http

require (
	git.darknebu.la/emile/faila/src/http v0.0.0-00010101000000-000000000000
	git.darknebu.la/emile/faila/src/structs v0.0.0-00010101000000-000000000000
	github.com/gorilla/mux v1.7.4 // indirect
	github.com/sirupsen/logrus v1.4.2
	github.com/spf13/viper v1.6.2
)