Skip to content

Commit

Permalink
chore: add missing fips_enable
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSchafer committed Dec 9, 2024
1 parent 9b21808 commit b87d221
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cliv2/cmd/cliv2/instrumentation.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 (
"strings"

Expand Down

0 comments on commit b87d221

Please sign in to comment.