This commit is contained in:
CrazyMax
2020-06-07 22:04:31 +02:00
parent 29bd6e6e43
commit 7bff860650
58 changed files with 122 additions and 104 deletions

View File

@@ -4,7 +4,7 @@ import (
"os"
"testing"
"github.com/crazy-max/diun/v3/pkg/registry"
"github.com/crazy-max/diun/v4/pkg/registry"
"github.com/stretchr/testify/assert"
)