From 3180f74cdf9b4a1bd7e4be5c3972073f6be45a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Scha=CC=88fer?= <101886095+PeterSchafer@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:07:11 +0200 Subject: [PATCH] fix: add missing import for fips --- cliv2/cmd/cliv2/logheader.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cliv2/cmd/cliv2/logheader.go b/cliv2/cmd/cliv2/logheader.go index e87afcd66c..04129518a2 100644 --- a/cliv2/cmd/cliv2/logheader.go +++ b/cliv2/cmd/cliv2/logheader.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 ( "crypto/sha256" "encoding/hex"