From 4a3302961e8c8ab3faaa8f50d2d9463b6c18c89b Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 15 Mar 2020 21:30:09 +0100 Subject: go mod foo --- go.mod | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index c968279..3321ce8 100644 --- a/go.mod +++ b/go.mod @@ -5,3 +5,11 @@ 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 +) -- cgit 1.4.1