Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSchafer committed May 14, 2024
1 parent f843e36 commit af7fe65
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cliv2/cmd/cliv2/main.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
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"
"github.com/snyk/go-application-framework/pkg/ui"
)
import _ "github.com/snyk/go-application-framework/pkg/networking/fips_enable"

import (
"context"
Expand Down Expand Up @@ -40,6 +37,8 @@ import (
"github.com/snyk/snyk-iac-capture/pkg/capture"
snykls "github.com/snyk/snyk-ls/ls_extension"

"github.com/snyk/go-application-framework/pkg/ui"

"github.com/snyk/cli/cliv2/internal/cliv2"
"github.com/snyk/cli/cliv2/internal/constants"
cli_errors "github.com/snyk/cli/cliv2/internal/errors"
Expand Down

0 comments on commit af7fe65

Please sign in to comment.