Skip to content

Commit

Permalink
update deps, revendor
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed May 26, 2022
1 parent a566bec commit ba092ef
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -8,7 +8,7 @@ require (
github.com/go-chi/chi/v5 v5.0.7
github.com/go-chi/render v1.0.1
github.com/go-pkgz/lgr v0.10.4
github.com/go-pkgz/rest v1.15.1
github.com/go-pkgz/rest v1.15.2
github.com/jessevdk/go-flags v1.5.0
github.com/lithammer/shortuuid v3.0.0+incompatible
github.com/pkg/errors v0.9.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -17,6 +17,8 @@ github.com/go-pkgz/lgr v0.10.4 h1:l7qyFjqEZgwRgaQQSEp6tve4A3OU80VrfzpvtEX8ngw=
github.com/go-pkgz/lgr v0.10.4/go.mod h1:CD0s1z6EFpIUplV067gitF77tn25JItzwHNKAPqeCF0=
github.com/go-pkgz/rest v1.15.1 h1:bDDACWa/UTU/A9YW7HrfdON7Mro+Ckg2v/eB7ufhjEE=
github.com/go-pkgz/rest v1.15.1/go.mod h1:KUWAqbDteYGS/CiXftomQsKjtEOifXsJ36Ka0skYbmk=
github.com/go-pkgz/rest v1.15.2 h1:e+yaHlD6la+UKbsdI1Eh9DD/ZGykv/FxaeH8JBEanHk=
github.com/go-pkgz/rest v1.15.2/go.mod h1:KUWAqbDteYGS/CiXftomQsKjtEOifXsJ36Ka0skYbmk=
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/jessevdk/go-flags v1.5.0 h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc=
Expand Down
16 changes: 8 additions & 8 deletions vendor/github.com/go-pkgz/rest/benchmarks.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 @@ -23,7 +23,7 @@ github.com/go-pkgz/expirable-cache
# github.com/go-pkgz/lgr v0.10.4
## explicit; go 1.15
github.com/go-pkgz/lgr
# github.com/go-pkgz/rest v1.15.1
# github.com/go-pkgz/rest v1.15.2
## explicit; go 1.16
github.com/go-pkgz/rest
github.com/go-pkgz/rest/logger
Expand Down

0 comments on commit ba092ef

Please sign in to comment.