Skip to content

Commit 11d86e2

Browse files
committed
update steampipe ref for the config files loading fix
1 parent c8850c2 commit 11d86e2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ require (
88
github.com/hashicorp/go-hclog v1.6.3
99
github.com/hashicorp/go-version v1.7.0 // indirect
1010
github.com/turbot/go-kit v0.10.0-rc.0
11-
//qr edc470f (steampipe v1 branch)
12-
github.com/turbot/steampipe v1.7.0-rc.0.0.20241004103120-7511ac60488f
11+
//qr 2f10d3 (steampipe v1 branch)
12+
github.com/turbot/steampipe v1.7.0-rc.0.0.20241008084938-2f10d3a56658
1313
//workspace_profiles
1414
github.com/turbot/steampipe-plugin-sdk/v5 v5.11.0-rc.1
1515
go.opentelemetry.io/otel v1.26.0
@@ -18,7 +18,7 @@ require (
1818

1919
require (
2020
github.com/Masterminds/semver/v3 v3.2.1
21-
github.com/turbot/pipe-fittings v1.6.0-beta.1.0.20241004093702-d0901d32f327
21+
github.com/turbot/pipe-fittings v1.6.0-beta.1.0.20241007143302-9e279d8205fe
2222
go.opentelemetry.io/otel/metric v1.26.0
2323
)
2424

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -750,12 +750,12 @@ github.com/tkrajina/go-reflector v0.5.6 h1:hKQ0gyocG7vgMD2M3dRlYN6WBBOmdoOzJ6njQ
750750
github.com/tkrajina/go-reflector v0.5.6/go.mod h1:ECbqLgccecY5kPmPmXg1MrHW585yMcDkVl6IvJe64T4=
751751
github.com/turbot/go-kit v0.10.0-rc.0 h1:kd+jp2ibbIV33Hc8SsMAN410Dl9Pz6SJ40axbKUlSoA=
752752
github.com/turbot/go-kit v0.10.0-rc.0/go.mod h1:fFQqR59I5z5JeeBLfK1PjSifn4Oprs3NiQx0CxeSJxs=
753-
github.com/turbot/pipe-fittings v1.6.0-beta.1.0.20241004093702-d0901d32f327 h1:CwXYgB2/ZIhJgmel5dcBFRxJbA64YxooQPHd6LB5lOY=
754-
github.com/turbot/pipe-fittings v1.6.0-beta.1.0.20241004093702-d0901d32f327/go.mod h1:bBriS3DBSCvv6aJsHu5UZviRDHEMrNrfMvMsK8K5hc8=
753+
github.com/turbot/pipe-fittings v1.6.0-beta.1.0.20241007143302-9e279d8205fe h1:XuR4BBfbEJusigylkfkV7RghIkqKs33I3FBa1sHpLjI=
754+
github.com/turbot/pipe-fittings v1.6.0-beta.1.0.20241007143302-9e279d8205fe/go.mod h1:bBriS3DBSCvv6aJsHu5UZviRDHEMrNrfMvMsK8K5hc8=
755755
github.com/turbot/pipes-sdk-go v0.9.1 h1:2yRojY2wymvJn6NQyE6A0EDFV267MNe+yDLxPVvsBwM=
756756
github.com/turbot/pipes-sdk-go v0.9.1/go.mod h1:Mb+KhvqqEdRbz/6TSZc2QWDrMa5BN3E4Xw+gPt2TRkc=
757-
github.com/turbot/steampipe v1.7.0-rc.0.0.20241004103120-7511ac60488f h1:fonomfOMCRxv9+UBhb3HmYf91uUo6jvPy2SVfq+GM8k=
758-
github.com/turbot/steampipe v1.7.0-rc.0.0.20241004103120-7511ac60488f/go.mod h1:6qI2GiCnzbZNM+VQcoNIIAOKDzWGtaQ9PuOyTrGafbE=
757+
github.com/turbot/steampipe v1.7.0-rc.0.0.20241008084938-2f10d3a56658 h1:+OtB0BA7yKOe/qv1UcOnzXHtr5AOFP3y5U6vfSQnaoU=
758+
github.com/turbot/steampipe v1.7.0-rc.0.0.20241008084938-2f10d3a56658/go.mod h1:1OmrNxzjelHnjoaVDLYE4hwPdDW+dW23qGFLIP1gnRw=
759759
github.com/turbot/steampipe-cloud-sdk-go v0.6.0 h1:ufAxOpKS1uq7eejuE5sfEu1+d7QAd0RBjl8Bn6+mIs8=
760760
github.com/turbot/steampipe-cloud-sdk-go v0.6.0/go.mod h1:M42TMBdMim4bV1YTMxhKyzfSGSMo4CXUkm3wt9w7t1Y=
761761
github.com/turbot/steampipe-plugin-code v0.7.0 h1:SROYIo/TI/Q/YNfXK+sAIS71umypUFm1Uz851TmoJkM=

0 commit comments

Comments
 (0)