We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc82ba commit 84ff290Copy full SHA for 84ff290
encryption/encryption_test.go
@@ -3,7 +3,7 @@ package encryption_test
3
import (
4
"testing"
5
6
- "github.com/bernardigiri/AESYamlEncryptor/encryption"
+ "github.com/bernardigiri/cfgcrypt/encryption"
7
"github.com/stretchr/testify/assert"
8
)
9
0 commit comments