Upgrade to pipe-fittings v2, go-kit v1 (#4485)

This commit is contained in:
Puskar Basu
2025-03-06 16:34:18 +05:30
committed by GitHub
parent d72aaeb423
commit da2f3ecc03
131 changed files with 470 additions and 352 deletions

View File

@@ -9,9 +9,9 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/viper"
filehelpers "github.com/turbot/go-kit/files"
"github.com/turbot/pipe-fittings/app_specific"
"github.com/turbot/pipe-fittings/constants"
"github.com/turbot/pipe-fittings/utils"
"github.com/turbot/pipe-fittings/v2/app_specific"
"github.com/turbot/pipe-fittings/v2/constants"
"github.com/turbot/pipe-fittings/v2/utils"
"github.com/turbot/steampipe/pkg/error_helpers"
"github.com/turbot/steampipe/pkg/statushooks"
"github.com/turbot/steampipe/pkg/version"