beacon/engine: remove import rename

This commit is contained in:
Felix Lange 2026-05-20 11:33:28 +02:00
parent 7d1ca42ab5
commit 3ec7fc3c65
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
package engine
import (
jsonw "github.com/fjl/jsonw"
"github.com/fjl/jsonw"
)
// MarshalJSON implements json.Marshaler.

View file

@ -20,7 +20,7 @@ import (
"encoding/json"
"errors"
jsonw "github.com/fjl/jsonw"
"github.com/fjl/jsonw"
)
// marshalBlobsBundle writes BlobsBundle as JSON and appends it to buf.