File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
88 "github.com/aws/aws-sdk-go/aws"
99 awssession "github.com/aws/aws-sdk-go/aws/session"
10- log "github.com/godaddy/asherah-cobhan/internal/log"
10+ "github.com/godaddy/asherah-cobhan/internal/log"
1111 "github.com/godaddy/asherah/go/appencryption"
1212 "github.com/godaddy/asherah/go/appencryption/pkg/crypto/aead"
1313 "github.com/godaddy/asherah/go/appencryption/pkg/kms"
Original file line number Diff line number Diff line change 1- package output
1+ package log
22
33import (
44 "fmt"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414 "unsafe"
1515
1616 "github.com/godaddy/asherah-cobhan/internal/asherah"
17- log "github.com/godaddy/asherah-cobhan/internal/log"
17+ "github.com/godaddy/asherah-cobhan/internal/log"
1818 "github.com/godaddy/asherah/go/appencryption"
1919)
2020
You can’t perform that action at this time.
0 commit comments