mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 12:22:17 +01:00
fix: pdfcpu new config module path
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
|||||||
"github.com/gotenberg/gotenberg/v7/pkg/gotenberg"
|
"github.com/gotenberg/gotenberg/v7/pkg/gotenberg"
|
||||||
pdfcpuAPI "github.com/pdfcpu/pdfcpu/pkg/api"
|
pdfcpuAPI "github.com/pdfcpu/pdfcpu/pkg/api"
|
||||||
pdfcpuLog "github.com/pdfcpu/pdfcpu/pkg/log"
|
pdfcpuLog "github.com/pdfcpu/pdfcpu/pkg/log"
|
||||||
pdfcpuConfig "github.com/pdfcpu/pdfcpu/pkg/pdfcpu"
|
pdfcpuConfig "github.com/pdfcpu/pdfcpu/pkg/pdfcpu/model"
|
||||||
"go.uber.org/zap"
|
"go.uber.org/zap"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user