Skip to content

Commit 84ff290

Browse files
committed
Fixed import path.
1 parent fbc82ba commit 84ff290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

encryption/encryption_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package encryption_test
33
import (
44
"testing"
55

6-
"github.com/bernardigiri/AESYamlEncryptor/encryption"
6+
"github.com/bernardigiri/cfgcrypt/encryption"
77
"github.com/stretchr/testify/assert"
88
)
99

0 commit comments

Comments
 (0)