Skip to content

Commit

Permalink
webhook: Fix module naming
Browse files Browse the repository at this point in the history
Fixes: #967

Signed-off-by: Pradipta Banerjee <[email protected]>
  • Loading branch information
bpradipt committed May 17, 2023
1 parent f8a9de4 commit 10e6c93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webhook/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module confidential-containers/peer-pods-webhook
module github.com/confidential-containers/cloud-api-adaptor/webhook

go 1.19

Expand Down
3 changes: 2 additions & 1 deletion webhook/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ limitations under the License.
package main

import (
"confidential-containers/peer-pods-webhook/pkg/mutating_webhook"
"flag"
"os"

"github.com/confidential-containers/cloud-api-adaptor/webhook/pkg/mutating_webhook"

// Import all Kubernetes client auth plugins (e.g. Azure, GCP, OIDC, etc.)
// to ensure that exec-entrypoint and run can make use of them.
_ "k8s.io/client-go/plugin/pkg/client/auth"
Expand Down

0 comments on commit 10e6c93

Please sign in to comment.