diff --git a/internal/k8sdeps/configmapandsecret/kv_test.go b/internal/k8sdeps/configmapandsecret/kv_test.go index fb56e6fcb..939e231f5 100644 --- a/internal/k8sdeps/configmapandsecret/kv_test.go +++ b/internal/k8sdeps/configmapandsecret/kv_test.go @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + package configmapandsecret import ( diff --git a/internal/k8sdeps/factory.go b/internal/k8sdeps/factory.go index a8bca1e64..e6276b617 100644 --- a/internal/k8sdeps/factory.go +++ b/internal/k8sdeps/factory.go @@ -10,6 +10,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + package k8sdeps import (