Skip to content

Commit

Permalink
Remove replace for pipe-fittings and tailpipe plugin sdk
Browse files Browse the repository at this point in the history
Update pipe-fittings to reference v2
  • Loading branch information
kaidaguerre committed Jan 29, 2025
1 parent 1290152 commit 84518f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -665,12 +665,16 @@ github.com/tkrajina/go-reflector v0.5.6 h1:hKQ0gyocG7vgMD2M3dRlYN6WBBOmdoOzJ6njQ
github.com/tkrajina/go-reflector v0.5.6/go.mod h1:ECbqLgccecY5kPmPmXg1MrHW585yMcDkVl6IvJe64T4=
github.com/turbot/go-kit v0.10.0-rc.0 h1:kd+jp2ibbIV33Hc8SsMAN410Dl9Pz6SJ40axbKUlSoA=
github.com/turbot/go-kit v0.10.0-rc.0/go.mod h1:fFQqR59I5z5JeeBLfK1PjSifn4Oprs3NiQx0CxeSJxs=
github.com/turbot/pipe-fittings/v2 v2.0.0-rc.1 h1:G7PpOmolqab5Pf+LKmKrHZ8OJd7ifJm3KqgxIngPXJo=
github.com/turbot/pipe-fittings/v2 v2.0.0-rc.1/go.mod h1:4srBITqYs/VWpgpqjQmJejJ3akkPVRueCHQa9CiETr0=
github.com/turbot/pipes-sdk-go v0.9.1 h1:2yRojY2wymvJn6NQyE6A0EDFV267MNe+yDLxPVvsBwM=
github.com/turbot/pipes-sdk-go v0.9.1/go.mod h1:Mb+KhvqqEdRbz/6TSZc2QWDrMa5BN3E4Xw+gPt2TRkc=
github.com/turbot/steampipe-plugin-code v0.7.0 h1:SROYIo/TI/Q/YNfXK+sAIS71umypUFm1Uz851TmoJkM=
github.com/turbot/steampipe-plugin-code v0.7.0/go.mod h1:GvdjncWum4sZNmR0iM03SKkIzl7aZKAFtIsyAR+z4YI=
github.com/turbot/steampipe-plugin-sdk/v5 v5.8.0 h1:e/5EYO7B7UZW6joxO/wqtJGYFu+7NMCqMk/tPVbquFY=
github.com/turbot/steampipe-plugin-sdk/v5 v5.8.0/go.mod h1:tYRC7FDKPTZ3MSty/tGLtH6UnVpU3zs1osF5DuktB5Q=
github.com/turbot/tailpipe-plugin-sdk v0.1.0-rc.0 h1:HYRJ4IqwUhGscb+WgG2P1SN3kH1n+XGPxafShYrd3rg=
github.com/turbot/tailpipe-plugin-sdk v0.1.0-rc.0/go.mod h1:ISLG0B02WcUMFGcwOWOgioFkh4o/vOQSV/XWjTDZWnA=
github.com/turbot/terraform-components v0.0.0-20231213122222-1f3526cab7a7 h1:qDMxFVd8Zo0rIhnEBdCIbR+T6WgjwkxpFZMN8zZmmjg=
github.com/turbot/terraform-components v0.0.0-20231213122222-1f3526cab7a7/go.mod h1:5hzpfalEjfcJWp9yq75/EZoEu2Mzm34eJAPm3HOW2tw=
github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8=
Expand Down
2 changes: 1 addition & 1 deletion sources/file_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/elastic/go-grok"
typehelpers "github.com/turbot/go-kit/types"
"github.com/turbot/pipe-fittings/filter"
"github.com/turbot/pipe-fittings/v2/filter"
"github.com/turbot/tailpipe-plugin-sdk/artifact_source"
"github.com/turbot/tailpipe-plugin-sdk/row_source"
"github.com/turbot/tailpipe-plugin-sdk/types"
Expand Down
2 changes: 1 addition & 1 deletion sources/file_source_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package sources
import (
"fmt"
"github.com/hashicorp/hcl/v2"
"github.com/turbot/pipe-fittings/utils"
"github.com/turbot/pipe-fittings/v2/utils"
"github.com/turbot/tailpipe-plugin-sdk/artifact_source_config"
)

Expand Down

0 comments on commit 84518f7

Please sign in to comment.