1
0

Add more logging to web handler methods

This commit is contained in:
kolaente
2020-02-08 22:45:38 +01:00
parent d84a160054
commit 1c3b35fa6f
41 changed files with 407 additions and 127 deletions

View File

@ -22,3 +22,5 @@ require (
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/stretchr/testify.v1 v1.2.2
)
go 1.13

View File

@ -1,3 +1,5 @@
module github.com/hashicorp/hcl
require github.com/davecgh/go-spew v1.1.1
go 1.13

View File

@ -1,3 +1,3 @@
module github.com/prometheus/procfs
go 1.12
go 1.13

View File

@ -1,3 +1,5 @@
module github.com/spf13/afero
require golang.org/x/text v0.3.0
go 1.13

View File

@ -22,3 +22,5 @@ require (
golang.org/x/text v0.3.0 // indirect
gopkg.in/yaml.v2 v2.2.2
)
go 1.13