Skip to content

Commit

Permalink
update bench deps
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed May 26, 2022
1 parent be97f80 commit b17aacb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 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.2
github.com/go-pkgz/rest v1.15.3
github.com/jessevdk/go-flags v1.5.0
github.com/lithammer/shortuuid/v4 v4.0.0
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.2 h1:e+yaHlD6la+UKbsdI1Eh9DD/ZGykv/FxaeH8JBEanHk=
github.com/go-pkgz/rest v1.15.2/go.mod h1:KUWAqbDteYGS/CiXftomQsKjtEOifXsJ36Ka0skYbmk=
github.com/go-pkgz/rest v1.15.3 h1:j+Cl5KL0ped09wpp8blqK9wpxR/xjbRzOBLunc1K8sw=
github.com/go-pkgz/rest v1.15.3/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
2 changes: 1 addition & 1 deletion vendor/github.com/go-pkgz/rest/README.md

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

6 changes: 3 additions & 3 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.2
# github.com/go-pkgz/rest v1.15.3
## explicit; go 1.16
github.com/go-pkgz/rest
github.com/go-pkgz/rest/logger
Expand Down

0 comments on commit b17aacb

Please sign in to comment.