* querylog: use the vanilla errors package

This commit is contained in:
Ainar Garipov
2020-10-28 19:34:29 +03:00
parent d1e55c31af
commit 40ebccaab4
2 changed files with 1 additions and 3 deletions

View File

@@ -1,14 +1,13 @@
package querylog
import (
"errors"
"io"
"os"
"sync"
"time"
"github.com/AdguardTeam/golibs/log"
"github.com/pkg/errors"
)
// ErrSeekNotFound is returned from the Seek method