Skip to content

Commit

Permalink
Upgrade pipes-sdk-go to v0.12.0 (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrbasu authored Feb 5, 2025
1 parent a40cdfd commit 69084fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ require (
github.com/jedib0t/go-pretty/v6 v6.5.9
github.com/sagikazarmark/slog-shim v0.1.0
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/turbot/pipes-sdk-go v0.9.1
github.com/turbot/pipes-sdk-go v0.12.0
github.com/turbot/steampipe-plugin-code v0.7.0
github.com/turbot/steampipe-plugin-sdk/v5 v5.8.0
github.com/turbot/terraform-components v0.0.0-20231213122222-1f3526cab7a7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,8 @@ 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/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/pipes-sdk-go v0.12.0 h1:esbbR7bALa5L8n/hqroMPaQSSo3gNM/4X0iTmHa3D6U=
github.com/turbot/pipes-sdk-go v0.12.0/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=
Expand Down
4 changes: 2 additions & 2 deletions pipes/snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ func uploadSnapshot(ctx context.Context, snapshot *steampipeconfig.SteampipeSnap
workspaceType := identity.Type

// set the visibility
visibility := "workspace"
visibility := steampipecloud.SnapshotVisibilityWorkspace
if share {
visibility = "anyone_with_link"
visibility = steampipecloud.SnapshotVisibilityAnyoneWithLink
}

// resolve the snapshot title
Expand Down

0 comments on commit 69084fb

Please # to comment.