small fixes and dependency updates

This commit is contained in:
ston1th 2023-08-25 02:06:53 +02:00
commit 96405e2521
238 changed files with 3599 additions and 3467 deletions

View file

@ -3,15 +3,13 @@
package fs
import (
"cachefs/pkg/chunk"
"cachefs/pkg/provider"
"cachefs/pkg/provider/sftp"
"context"
"encoding/json"
"errors"
"io"
"io/fs"
stdfs "io/fs"
"maps"
"math"
"os"
"path/filepath"
@ -20,8 +18,11 @@ import (
"sync/atomic"
"time"
"cachefs/pkg/chunk"
"cachefs/pkg/provider"
"cachefs/pkg/provider/sftp"
"github.com/go-logr/logr"
"golang.org/x/exp/maps"
)
func now() int64 {