Skip to content

Commit c21d0a1

Browse files
build(deps): bump github.com/linkerd/linkerd2-proxy-api (#14371)
Bumps [github.com/linkerd/linkerd2-proxy-api](https://github.com/linkerd/linkerd2-proxy-api) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/linkerd/linkerd2-proxy-api/releases) - [Changelog](https://github.com/linkerd/linkerd2-proxy-api/blob/main/CHANGES.md) - [Commits](linkerd/linkerd2-proxy-api@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: github.com/linkerd/linkerd2-proxy-api dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zahari Dichev <zaharidichev@gmail.com>
1 parent 5268822 commit c21d0a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
2121
github.com/imdario/mergo v0.3.16
2222
github.com/julienschmidt/httprouter v1.3.0
23-
github.com/linkerd/linkerd2-proxy-api v0.16.0
23+
github.com/linkerd/linkerd2-proxy-api v0.17.0
2424
github.com/mattn/go-isatty v0.0.20
2525
github.com/mattn/go-runewidth v0.0.16
2626
github.com/nsf/termbox-go v1.1.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
269269
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
270270
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=
271271
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=
272-
github.com/linkerd/linkerd2-proxy-api v0.16.0 h1:3w1sZArHWZJ1aS0ZQHPDRJxJCD1rI9p7erfzvRBO7Sw=
273-
github.com/linkerd/linkerd2-proxy-api v0.16.0/go.mod h1:tMOvXw5+ZpuRq18rMfNYLWdXO0/PbR0mdT7x2xyl06o=
272+
github.com/linkerd/linkerd2-proxy-api v0.17.0 h1:PuSBnDjRjlhIKb2+MfuH9u264gzLTNVDn+JuL09EuRc=
273+
github.com/linkerd/linkerd2-proxy-api v0.17.0/go.mod h1:5Q1jpVNSuhStpBHjW3PGvBrRGWaGBCWCgbTac6/oeVs=
274274
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
275275
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
276276
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=

0 commit comments

Comments
 (0)