add access log

This commit is contained in:
Umputun
2021-04-05 22:12:06 -05:00
parent d988d0612c
commit 6e31a87a40
15 changed files with 968 additions and 94 deletions

2
go.mod
View File

@@ -6,6 +6,8 @@ require (
github.com/fsouza/go-dockerclient v1.7.2
github.com/go-pkgz/lgr v0.10.4
github.com/go-pkgz/rest v1.8.1
github.com/gorilla/handlers v1.5.1
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
github.com/umputun/go-flags v1.5.1