Skip to content

Commit

Permalink
vednor with lgr 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Jan 12, 2019
1 parent d740803 commit 121c5d9
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 19 deletions.
3 changes: 2 additions & 1 deletion go.mod
Expand Up @@ -5,12 +5,13 @@ require (
github.com/didip/tollbooth_chi v0.0.0-20170928041846-6ab5f3083f3d
github.com/go-chi/chi v4.0.0+incompatible
github.com/go-chi/render v1.0.1
github.com/go-pkgz/lgr v0.2.0
github.com/go-pkgz/lgr v0.2.1
github.com/go-pkgz/rest v1.1.6
github.com/jessevdk/go-flags v1.4.0
github.com/kr/pretty v0.1.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pkg/errors v0.8.1
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190110200230-915654e7eabc // indirect
golang.org/x/text v0.3.0 // indirect
Expand Down
3 changes: 3 additions & 0 deletions go.sum
Expand Up @@ -12,6 +12,8 @@ github.com/go-chi/render v1.0.1/go.mod h1:pq4Rr7HbnsdaeHagklXub+p6Wd16Af5l9koip1
github.com/go-pkgz/lgr v0.1.3/go.mod h1:hBM1NM/SoYdlrykgdgJWGrZ/TM/XaZIjRbJfx7NkMm8=
github.com/go-pkgz/lgr v0.2.0 h1:hA7LqZmjR/q7wegr1vEpBfMTF36mOVcykklc6gH4ZbI=
github.com/go-pkgz/lgr v0.2.0/go.mod h1:hBM1NM/SoYdlrykgdgJWGrZ/TM/XaZIjRbJfx7NkMm8=
github.com/go-pkgz/lgr v0.2.1 h1:o2inv3Li96EVHU+Is89ffI1S8eQAA/7NWrjK2SmYUmw=
github.com/go-pkgz/lgr v0.2.1/go.mod h1:hBM1NM/SoYdlrykgdgJWGrZ/TM/XaZIjRbJfx7NkMm8=
github.com/go-pkgz/rest v1.1.6 h1:Sqm7uW0X29iEmt4S/vJ82bslQXa6jMMNTaRvHzjTcjo=
github.com/go-pkgz/rest v1.1.6/go.mod h1:fFcrWsYgEp5Xx6HxRFzfV6zTiytCeYv1Jceg8TxorOs=
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
Expand All @@ -31,6 +33,7 @@ github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
golang.org/x/net v0.0.0-20190110200230-915654e7eabc h1:Yx9JGxI1SBhVLFjpAkWMaO1TF+xyqtHLjZpvQboJGiM=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/go-pkgz/lgr/interface.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 23 additions & 16 deletions vendor/github.com/go-pkgz/lgr/logger.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Expand Up @@ -12,7 +12,7 @@ github.com/go-chi/chi
github.com/go-chi/chi/middleware
# github.com/go-chi/render v1.0.1
github.com/go-chi/render
# github.com/go-pkgz/lgr v0.2.0
# github.com/go-pkgz/lgr v0.2.1
github.com/go-pkgz/lgr
# github.com/go-pkgz/rest v1.1.6
github.com/go-pkgz/rest
Expand Down

0 comments on commit 121c5d9

Please sign in to comment.