summaryrefslogtreecommitdiff
path: root/internal/resource/file
diff options
context:
space:
mode:
Diffstat (limited to 'internal/resource/file')
-rw-r--r--internal/resource/file/file.go2
-rw-r--r--internal/resource/file/file_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/resource/file/file.go b/internal/resource/file/file.go
index 50ba6e3..402b348 100644
--- a/internal/resource/file/file.go
+++ b/internal/resource/file/file.go
@@ -11,7 +11,7 @@ import (
"text/template"
"codeberg.org/snonux/gonf/internal/resource"
- "codeberg.org/snonux/gonf/internal/resource/opt"
+ opt "codeberg.org/snonux/gonf/api/option"
)
type File struct {
diff --git a/internal/resource/file/file_test.go b/internal/resource/file/file_test.go
index 0669b88..e84ab13 100644
--- a/internal/resource/file/file_test.go
+++ b/internal/resource/file/file_test.go
@@ -7,7 +7,7 @@ import (
"testing"
"codeberg.org/snonux/gonf/internal/resource"
- . "codeberg.org/snonux/gonf/internal/resource/opt"
+ . "codeberg.org/snonux/gonf/api/option"
)
func TestGetChecksum(t *testing.T) {