Skip to content

Commit

Permalink
bench go.mod: depend on local kmsg
Browse files Browse the repository at this point in the history
  • Loading branch information
twmb committed Mar 31, 2022
1 parent f497ccc commit dc3bbf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/bench/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ require (

replace (
github.com/twmb/franz-go => ../..
github.com/twmb/franz-go/pkg/kmsg => ../../pkg/kmsg
github.com/twmb/franz-go/plugin/kprom => ../../plugin/kprom
)

0 comments on commit dc3bbf9

Please sign in to comment.