Sebastiaan van Stijn
|
763ec7c862
|
go.mod: github.com/cpuguy83/go-md2man/v2 v2.0.2
it's an indirect dependency, but updating allows us to drop another
dependency.
full diff: https://github.com/cpuguy83/go-md2man/compare/v2.0.0...v2.0.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
2022-11-20 22:19:43 +01:00 |
|
Luca Comellini
|
b829e6f2d3
|
Bump OpenTelemetry to v1.11.1
Signed-off-by: Luca Comellini <luca.com@gmail.com>
|
2022-11-10 22:15:10 -08:00 |
|
Daniel Canter
|
d1c49781ed
|
go.mod: Bump k8s deps to v0.24.0
This ends up bumping the prometheus client as well.
Signed-off-by: Daniel Canter <dcanter@microsoft.com>
|
2022-05-06 13:37:15 -07:00 |
|
Sebastiaan van Stijn
|
a6dd1f27d9
|
update urfave/cli v1.22.1, go-md2man v2.0.0, blackfriday v2.0.1
This updates urfave/cli and its dependencies to v1.22.1:
- diff for urfave/cli: https://github.com/urfave/cli/compare/v1.22.0...v1.22.1
- diff for go-md2man: https://github.com/cpuguy83/go-md2man/compare/v1.0.10...v2.0.0
- diff for blackfriday: https://github.com/russross/blackfriday/compare/v1.5.2...v2.0.1
Also adds github.com/shurcooL/sanitized_anchor_name as a new dependency, which is
used by russross/blackfriday, but will be removed again in a future update (dependency
is already removed on the v2 branch through russross/blackfriday@919b1f5b9b
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
2020-07-02 10:48:45 +02:00 |
|