fix import

This commit is contained in:
Sergey Cherepanov 2023-05-04 19:04:41 +02:00
parent 847b2d40fd
commit debbf448db
No known key found for this signature in database
GPG Key ID: 87F8EDE8FBDF637C

View File

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