Skip to content

Commit

Permalink
Merge pull request redpanda-data#2034 from matthewhughes934/fix-go1.2…
Browse files Browse the repository at this point in the history
…1-panic

Fix init-time panic in Go 1.21
  • Loading branch information
Jeffail authored Aug 10, 2023
2 parents b68f742 + ed13a89 commit ef3f289
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/impl/twitter/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ package twitter

import (
_ "embed"
// bloblang functions are registered in init functions under this package
// so ensure they are loaded first
_ "github.com/benthosdev/benthos/v4/internal/impl/pure"

"github.com/benthosdev/benthos/v4/internal/bundle"
"github.com/benthosdev/benthos/v4/internal/template"
Expand Down

0 comments on commit ef3f289

Please sign in to comment.