We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1728b3 commit da77a86Copy full SHA for da77a86
internal/asherah/asherah.go
@@ -7,7 +7,7 @@ import (
7
8
"github.com/aws/aws-sdk-go/aws"
9
awssession "github.com/aws/aws-sdk-go/aws/session"
10
- log "github.com/godaddy/asherah-cobhan/internal/log"
+ "github.com/godaddy/asherah-cobhan/internal/log"
11
"github.com/godaddy/asherah/go/appencryption"
12
"github.com/godaddy/asherah/go/appencryption/pkg/crypto/aead"
13
"github.com/godaddy/asherah/go/appencryption/pkg/kms"
libasherah.go
@@ -14,7 +14,7 @@ import (
14
"unsafe"
15
16
"github.com/godaddy/asherah-cobhan/internal/asherah"
17
18
19
)
20
0 commit comments