diff --git a/backend/controller/encryption/dal/dal.go b/backend/controller/encryption/dal/dal.go index edad5d3cca..7574b6e048 100644 --- a/backend/controller/encryption/dal/dal.go +++ b/backend/controller/encryption/dal/dal.go @@ -4,11 +4,12 @@ import ( "context" "fmt" + "github.com/alecthomas/types/optional" + "github.com/TBD54566975/ftl/backend/controller/encryption/dal/internal/sql" "github.com/TBD54566975/ftl/backend/libdal" "github.com/TBD54566975/ftl/internal/encryption" "github.com/TBD54566975/ftl/internal/log" - "github.com/alecthomas/types/optional" ) type DAL struct {