Update zfs library to use new log repository

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2023-09-12 17:18:49 -07:00
parent 508aa3a1ef
commit 2f1b92710a
5 changed files with 6 additions and 6 deletions

View File

@@ -24,10 +24,10 @@ import (
"math"
"path/filepath"
"github.com/containerd/containerd/log"
"github.com/containerd/containerd/mount"
"github.com/containerd/containerd/snapshots"
"github.com/containerd/containerd/snapshots/storage"
"github.com/containerd/log"
"github.com/mistifyio/go-zfs/v3"
)