diff --git a/security/pkg/nodeagent/caclient/providers/citadel/client.go b/security/pkg/nodeagent/caclient/providers/citadel/client.go index 86b43f98e470..e3dda125d572 100644 --- a/security/pkg/nodeagent/caclient/providers/citadel/client.go +++ b/security/pkg/nodeagent/caclient/providers/citadel/client.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package caclient +package citadel import ( "context" diff --git a/security/pkg/nodeagent/caclient/providers/citadel/client_test.go b/security/pkg/nodeagent/caclient/providers/citadel/client_test.go index f261a7e9d07e..f664412da347 100644 --- a/security/pkg/nodeagent/caclient/providers/citadel/client_test.go +++ b/security/pkg/nodeagent/caclient/providers/citadel/client_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package caclient +package citadel import ( "context" diff --git a/security/pkg/nodeagent/caclient/providers/citadel/leak_test.go b/security/pkg/nodeagent/caclient/providers/citadel/leak_test.go index 44a19a560c05..bf5034251c67 100644 --- a/security/pkg/nodeagent/caclient/providers/citadel/leak_test.go +++ b/security/pkg/nodeagent/caclient/providers/citadel/leak_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package caclient +package citadel import ( "testing" diff --git a/security/pkg/nodeagent/caclient/providers/google-cas/client.go b/security/pkg/nodeagent/caclient/providers/google-cas/client.go index b8ef0261aa58..d56402784430 100644 --- a/security/pkg/nodeagent/caclient/providers/google-cas/client.go +++ b/security/pkg/nodeagent/caclient/providers/google-cas/client.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package caclient +package googlecas import ( "context" diff --git a/security/pkg/nodeagent/caclient/providers/google-cas/client_test.go b/security/pkg/nodeagent/caclient/providers/google-cas/client_test.go index c1513d310a1e..5af39a5dd1d2 100644 --- a/security/pkg/nodeagent/caclient/providers/google-cas/client_test.go +++ b/security/pkg/nodeagent/caclient/providers/google-cas/client_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package caclient +package googlecas import ( "reflect" diff --git a/security/pkg/nodeagent/caclient/providers/google/client.go b/security/pkg/nodeagent/caclient/providers/google/client.go index ee4aa7452c95..aeea305795ff 100644 --- a/security/pkg/nodeagent/caclient/providers/google/client.go +++ b/security/pkg/nodeagent/caclient/providers/google/client.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package caclient +package google import ( "context" diff --git a/security/pkg/nodeagent/caclient/providers/google/client_test.go b/security/pkg/nodeagent/caclient/providers/google/client_test.go index 49861fedc063..108148b43161 100644 --- a/security/pkg/nodeagent/caclient/providers/google/client_test.go +++ b/security/pkg/nodeagent/caclient/providers/google/client_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package caclient +package google import ( "fmt"