fix sha256 paths

This commit is contained in:
2024-09-08 20:26:42 +01:00
parent 23a57eb1c5
commit b0f9cdd54e
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ package ratel
import (
"github.com/dgraph-io/badger/v4"
"github.com/minio/sha256-simd"
. "nostr.mleku.dev"
"nostr.mleku.dev/codec/event"
"nostr.mleku.dev/codec/filter"

View File

@@ -4,6 +4,7 @@ import (
"fmt"
"github.com/dgraph-io/badger/v4"
"github.com/minio/sha256-simd"
. "nostr.mleku.dev"
"nostr.mleku.dev/codec/event"
"nostr.mleku.dev/codec/eventid"