Skip to content

Commit c0bbc9a

Browse files
deps: update module github.com/guptarohit/asciigraph to v0.9.0 (#1377)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/guptarohit/asciigraph](https://redirect.github.com/guptarohit/asciigraph) | `v0.8.1` → `v0.9.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fguptarohit%2fasciigraph/v0.9.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fguptarohit%2fasciigraph/v0.8.1/v0.9.0?slim=true) | --- ### Release Notes <details> <summary>guptarohit/asciigraph (github.com/guptarohit/asciigraph)</summary> ### [`v0.9.0`](https://redirect.github.com/guptarohit/asciigraph/releases/tag/v0.9.0) [Compare Source](https://redirect.github.com/guptarohit/asciigraph/compare/v0.8.1...v0.9.0) ##### Added - **plot:** add X-axis rendering with tick marks and labels ([#&#8203;78](https://redirect.github.com/guptarohit/asciigraph/pull/78)) - **cli:** add -xmin, -xmax, and -xt flags for X-axis support ([#&#8203;78](https://redirect.github.com/guptarohit/asciigraph/pull/78)) ![demo](https://redirect.github.com/user-attachments/assets/66f9e551-da91-4e86-b978-ff800bc16f96) ##### Fixed - **docker:** add OCI labels to Dockerfile for ghcr.io metadata ([#&#8203;76](https://redirect.github.com/guptarohit/asciigraph/issues/76)) ([02f3e4a](https://redirect.github.com/guptarohit/asciigraph/commit/02f3e4a0f5136d710be39c407f77cfffc384821b)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hetznercloud/cli). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45NC4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc40c6d commit c0bbc9a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/fatih/color v1.19.0
1212
github.com/fatih/structs v1.1.0
1313
github.com/goccy/go-yaml v1.19.2
14-
github.com/guptarohit/asciigraph v0.8.1
14+
github.com/guptarohit/asciigraph v0.9.0
1515
github.com/hetznercloud/hcloud-go/v2 v2.37.0
1616
github.com/jedib0t/go-pretty/v6 v6.7.8
1717
github.com/spf13/cast v1.10.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ github.com/goccy/go-yaml v1.19.2 h1:PmFC1S6h8ljIz6gMRBopkjP1TVT7xuwrButHID66PoM=
3535
github.com/goccy/go-yaml v1.19.2/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
3636
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
3737
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
38-
github.com/guptarohit/asciigraph v0.8.1 h1:JBeHTGj2ntBODnZxLQhp+GQZdlZ/48S/m7J1i1+KqFw=
39-
github.com/guptarohit/asciigraph v0.8.1/go.mod h1:dYl5wwK4gNsnFf9Zp+l06rFiDZ5YtXM6x7SRWZ3KGag=
38+
github.com/guptarohit/asciigraph v0.9.0 h1:MvCSRRVkT2XvU1IO6n92o7l7zqx1DiFaoszOUZQztbY=
39+
github.com/guptarohit/asciigraph v0.9.0/go.mod h1:dYl5wwK4gNsnFf9Zp+l06rFiDZ5YtXM6x7SRWZ3KGag=
4040
github.com/hetznercloud/hcloud-go/v2 v2.37.0 h1:PMnuOA8pL8aHLLPp6nnnCTo2Xk2tqu4dAfYsC3bWdT0=
4141
github.com/hetznercloud/hcloud-go/v2 v2.37.0/go.mod h1:zaDOCKmpnI86ftoCpUpaiYaw9Wew1ib1AcXTh96deYI=
4242
github.com/iancoleman/orderedmap v0.3.0 h1:5cbR2grmZR/DiVt+VJopEhtVs9YGInGIxAoMJn+Ichc=

0 commit comments

Comments
 (0)