mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-25 03:00:48 -05:00
Upgrade to pipe-fittings v2, go-kit v1 (#4485)
This commit is contained in:
@@ -17,10 +17,10 @@ import (
|
||||
"github.com/sethvargo/go-retry"
|
||||
"github.com/spf13/viper"
|
||||
"github.com/turbot/go-kit/helpers"
|
||||
pconstants "github.com/turbot/pipe-fittings/constants"
|
||||
"github.com/turbot/pipe-fittings/filepaths"
|
||||
"github.com/turbot/pipe-fittings/plugin"
|
||||
"github.com/turbot/pipe-fittings/utils"
|
||||
pconstants "github.com/turbot/pipe-fittings/v2/constants"
|
||||
"github.com/turbot/pipe-fittings/v2/filepaths"
|
||||
"github.com/turbot/pipe-fittings/v2/plugin"
|
||||
"github.com/turbot/pipe-fittings/v2/utils"
|
||||
sdkgrpc "github.com/turbot/steampipe-plugin-sdk/v5/grpc"
|
||||
sdkproto "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
|
||||
sdkshared "github.com/turbot/steampipe-plugin-sdk/v5/grpc/shared"
|
||||
|
||||
Reference in New Issue
Block a user