Skip to content

Commit

Permalink
Merge pull request #22337 from vbotbuildovich/backport-pr-21573-v24.2…
Browse files Browse the repository at this point in the history
….x-831

[v24.2.x] rpk: support node-local core assignment API
  • Loading branch information
twmb authored Jul 26, 2024
2 parents dadf2c1 + 1394287 commit 3470a6b
Show file tree
Hide file tree
Showing 4 changed files with 701 additions and 147 deletions.
2 changes: 1 addition & 1 deletion src/go/rpk/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/prometheus/client_model v0.6.1
github.com/prometheus/common v0.53.0
github.com/redpanda-data/common-go/rpadmin v0.1.1
github.com/redpanda-data/common-go/rpadmin v0.1.2
github.com/rs/xid v1.5.0
github.com/safchain/ethtool v0.3.0
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
Expand Down
4 changes: 2 additions & 2 deletions src/go/rpk/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ github.com/prometheus/common v0.53.0 h1:U2pL9w9nmJwJDa4qqLQ3ZaePJ6ZTwt7cMD3AG3+a
github.com/prometheus/common v0.53.0/go.mod h1:BrxBKv3FWBIGXw89Mg1AeBq7FSyRzXWI3l3e7W3RN5U=
github.com/redpanda-data/common-go/net v0.1.0 h1:JnJioRJuL961r1QXiJQ1tW9+yEaJfu8FpXnUmvQbwNM=
github.com/redpanda-data/common-go/net v0.1.0/go.mod h1:iOdNkjxM7a1T8F3cYHTaKIPFCHzzp/ia6TN+Z+7Tt5w=
github.com/redpanda-data/common-go/rpadmin v0.1.1 h1:ENlG3Irs5Wiwew5TD8h9l0HGE2Ww2VWhclGrshFpM74=
github.com/redpanda-data/common-go/rpadmin v0.1.1/go.mod h1:I7umqhnMhIOSEnIA3fvLtdQU7QO/SbWGCwFfFDs3De4=
github.com/redpanda-data/common-go/rpadmin v0.1.2 h1:TGdV7ZUcwOt9Z6uTtQK7KrxoIlWnX9rDAe666eLthFk=
github.com/redpanda-data/common-go/rpadmin v0.1.2/go.mod h1:I7umqhnMhIOSEnIA3fvLtdQU7QO/SbWGCwFfFDs3De4=
github.com/redpanda-data/go-avro/v2 v2.0.0-20240405204525-77b1144dc525 h1:vskZrV6q8W8flL0Ud23AJUYAd8ZgTadO45+loFnG2G0=
github.com/redpanda-data/go-avro/v2 v2.0.0-20240405204525-77b1144dc525/go.mod h1:3YqAM7pgS5vW/EH7naCjFqnAajSgi0f0CfMe1HGhLxQ=
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
Expand Down
Loading

0 comments on commit 3470a6b

Please sign in to comment.