Skip to content

Commit 7e22f81

Browse files
fix(deps): update module github.com/heroku/x to v0.4.0 (#14897)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8874878 commit 7e22f81

File tree

5 files changed

+13
-15
lines changed

5 files changed

+13
-15
lines changed

‎go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ require (
128128
github.com/grafana/jsonparser v0.0.0-20241004153430-023329977675
129129
github.com/grafana/loki/pkg/push v0.0.0-20240924133635-758364c7775f
130130
github.com/hashicorp/golang-lru/v2 v2.0.7
131-
github.com/heroku/x v0.0.61
131+
github.com/heroku/x v0.4.0
132132
github.com/influxdata/tdigest v0.0.2-0.20210216194612-fc98d27c9e8b
133133
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
134134
github.com/ncw/swift/v2 v2.0.3

‎go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,8 +1926,8 @@ github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443/go.mod h1:bEpDU35n
19261926
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM=
19271927
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM=
19281928
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87/go.mod h1:CtWFDAQgb7dxtzFs4tWbplKIe2jSi3+5vKbgIO0SLnQ=
1929-
github.com/heroku/x v0.0.61 h1:yfoAAtnFWSFZj+UlS+RZL/h8QYEp1R4wHVEg0G+Hwh4=
1930-
github.com/heroku/x v0.0.61/go.mod h1:C7xYbpMdond+s6L5VpniDUSVPRwm3kZum1o7XiD5ZHk=
1929+
github.com/heroku/x v0.4.0 h1:Bd8DERAUIrxqQ8p2TAXEoUYIFHCvpP4UJYp1+o7KoPQ=
1930+
github.com/heroku/x v0.4.0/go.mod h1:3Ji2zMA37qO4BK/4yzXvjlDIUdeXJvArUm2PB0ZEW5g=
19311931
github.com/hetznercloud/hcloud-go/v2 v2.10.2 h1:9gyTUPhfNbfbS40Spgij5mV5k37bOZgt8iHKCbfGs5I=
19321932
github.com/hetznercloud/hcloud-go/v2 v2.10.2/go.mod h1:xQ+8KhIS62W0D78Dpi57jsufWh844gUw1az5OUvaeq8=
19331933
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=

‎vendor/github.com/heroku/x/logplex/encoding/parser.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/github.com/heroku/x/logplex/encoding/scanner.go

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,8 +1129,8 @@ github.com/hashicorp/memberlist
11291129
# github.com/hashicorp/serf v0.10.1
11301130
## explicit; go 1.12
11311131
github.com/hashicorp/serf/coordinate
1132-
# github.com/heroku/x v0.0.61
1133-
## explicit; go 1.17
1132+
# github.com/heroku/x v0.4.0
1133+
## explicit; go 1.21
11341134
github.com/heroku/x/logplex/encoding
11351135
# github.com/huandu/xstrings v1.5.0
11361136
## explicit; go 1.12

0 commit comments

Comments
 (0)