fix import

This commit is contained in:
Sergey Cherepanov 2023-05-04 19:04:41 +02:00 committed by Mikhail Iudin
parent 9e074d7a5a
commit 183edb517c
No known key found for this signature in database
GPG Key ID: FAAAA8BAABDFF1C0

View File

@ -1,9 +1,9 @@
package metric
import (
"context"
"github.com/anytypeio/any-sync/net/peer"
"go.uber.org/zap"
"golang.org/x/net/context"
"time"
)