Skip to content

Commit

Permalink
deps: update zlog
Browse files Browse the repository at this point in the history
Update zlog dependency to latest version to fix issue with adding
Members to otel.Baggage when using ContextWithValues().

Signed-off-by: crozzy <joseph.crosland@gmail.com>
  • Loading branch information
crozzy committed Feb 17, 2022
1 parent 128b27b commit 30964e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/prometheus/client_golang v1.9.0
github.com/quay/clair/config v1.0.0
github.com/quay/claircore v1.3.0
github.com/quay/zlog v1.1.0
github.com/quay/zlog v1.1.1
github.com/remind101/migrate v0.0.0-20170729031349-52c1edff7319
github.com/rs/zerolog v1.26.0
github.com/streadway/amqp v1.0.0
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -819,8 +819,9 @@ github.com/quay/claircore v1.3.0 h1:0otTh5crUkPDk+hyg7RsqqM5IboIVxAqtnsh8GGVxeI=
github.com/quay/claircore v1.3.0/go.mod h1:Y237zhvAdUfoe0LpJx182P1+WZSt0bVd3YvKbMESe8k=
github.com/quay/goval-parser v0.8.6 h1:h1Xg3SZR/6I7UVa1LcsQZvQft/q7sJbosmFrjzSmdqE=
github.com/quay/goval-parser v0.8.6/go.mod h1:Y0NTNfPYOC7yxsYKzJOrscTWUPq1+QbtHw4XpPXWPMc=
github.com/quay/zlog v1.1.0 h1:H+41uHbt3qugJRJfo3aDYpRgJRrcjC32/VH+qs5Jdig=
github.com/quay/zlog v1.1.0/go.mod h1:szs9k88lsac48+Wm6QTnpObO67tu0oMr/p5V6qmPEIw=
github.com/quay/zlog v1.1.1 h1:6Xhcxeo+rhhz8rXIJ1qLb/U7hgs+pgpkKPiAIPv5Fcg=
github.com/quay/zlog v1.1.1/go.mod h1:szs9k88lsac48+Wm6QTnpObO67tu0oMr/p5V6qmPEIw=
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
github.com/remind101/migrate v0.0.0-20170729031349-52c1edff7319 h1:ukjThsA2ou7AmovpwtMVkNQSuoN/v5U16+JomTz3c7o=
github.com/remind101/migrate v0.0.0-20170729031349-52c1edff7319/go.mod h1:rhSvwcijY9wfmrBYrfCvapX8/xOTV46NAUjBRgUyJqc=
Expand Down

0 comments on commit 30964e6

Please sign in to comment.