From b87d22123e0d5ad5acb0db4093176e5dce714684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Scha=CC=88fer?= <101886095+PeterSchafer@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:25:46 +0100 Subject: [PATCH] chore: add missing fips_enable --- cliv2/cmd/cliv2/instrumentation.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cliv2/cmd/cliv2/instrumentation.go b/cliv2/cmd/cliv2/instrumentation.go index cb77cfca5a..3e55943c88 100644 --- a/cliv2/cmd/cliv2/instrumentation.go +++ b/cliv2/cmd/cliv2/instrumentation.go @@ -1,5 +1,8 @@ package main +// !!! This import needs to be the first import, please do not change this !!! +import _ "github.com/snyk/go-application-framework/pkg/networking/fips_enable" + import ( "strings"