From 6c1ca5f1b6134ce8c23bc0a91f0df3f85816e08c Mon Sep 17 00:00:00 2001 From: Roberto Bonafiglia Date: Mon, 28 Oct 2024 14:51:21 +0100 Subject: [PATCH] Fixed portmap package Signed-off-by: Roberto Bonafiglia --- plugins/meta/portmap/portmap_iptables_test.go | 2 +- plugins/meta/portmap/portmap_nftables.go | 2 +- plugins/meta/portmap/portmap_nftables_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/meta/portmap/portmap_iptables_test.go b/plugins/meta/portmap/portmap_iptables_test.go index bc9bbf22..56e28a34 100644 --- a/plugins/meta/portmap/portmap_iptables_test.go +++ b/plugins/meta/portmap/portmap_iptables_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package main +package portmap import ( "fmt" diff --git a/plugins/meta/portmap/portmap_nftables.go b/plugins/meta/portmap/portmap_nftables.go index 75ad7206..4df51e7e 100644 --- a/plugins/meta/portmap/portmap_nftables.go +++ b/plugins/meta/portmap/portmap_nftables.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package main +package portmap import ( "context" diff --git a/plugins/meta/portmap/portmap_nftables_test.go b/plugins/meta/portmap/portmap_nftables_test.go index 0b11f20e..563c8ef8 100644 --- a/plugins/meta/portmap/portmap_nftables_test.go +++ b/plugins/meta/portmap/portmap_nftables_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package main +package portmap import ( "fmt"