Rename module to docker/attest-provider
We were still using the name from the template
This commit is contained in:
4
main.go
4
main.go
@@ -10,8 +10,8 @@ import (
|
||||
"path/filepath"
|
||||
"time"
|
||||
|
||||
"github.com/open-policy-agent/gatekeeper-external-data-provider/pkg/handler"
|
||||
"github.com/open-policy-agent/gatekeeper-external-data-provider/pkg/utils"
|
||||
"github.com/docker/attest-provider/pkg/handler"
|
||||
"github.com/docker/attest-provider/pkg/utils"
|
||||
|
||||
"k8s.io/klog/v2"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user