mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 05:05:14 +00:00
14 lines
292 B
Go
14 lines
292 B
Go
// Copyright 2019 The Kubernetes Authors.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// +build tools
|
|
|
|
// This file exists to declare that package
|
|
// plugin explicitly depends on the pluginator
|
|
// tool (via go:generate directives)
|
|
package plugin
|
|
|
|
import (
|
|
_ "sigs.k8s.io/kustomize/pluginator"
|
|
)
|