New logging middleware that captures response

This commit is contained in:
2023-10-27 11:39:48 +13:00
parent e6bef16366
commit e56a541a40
3 changed files with 86 additions and 28 deletions

5
go.mod
View File

@@ -2,10 +2,7 @@ module git.nice.net.nz/hads/snice
go 1.21.3
require (
github.com/urfave/cli/v2 v2.25.7
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
)
require github.com/urfave/cli/v2 v2.25.7
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect