add logging to webserver

This commit is contained in:
da
2021-04-14 16:26:47 +02:00
parent e0f183b5b7
commit d172c29ce9
3 changed files with 66 additions and 8 deletions
+1
View File
@@ -7,6 +7,7 @@ require (
github.com/dustin/go-humanize v1.0.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.1
github.com/simplesurance/go-ip-anonymizer v0.0.0-20200429124537-35a880f8e87d
github.com/sirupsen/logrus v1.8.1
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
gopkg.in/yaml.v2 v2.2.2