Skip to content

Commit

Permalink
fix: add missing import for fips
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSchafer committed Oct 5, 2023
1 parent 2222421 commit 3180f74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cliv2/cmd/cliv2/logheader.go
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3180f74

Please sign in to comment.