Skip to content

Commit be83874

Browse files
committed
Update steampipe ref.
1 parent 689ef37 commit be83874

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ require (
88
github.com/hashicorp/go-hclog v1.3.1
99
github.com/hashicorp/go-version v1.6.0 // indirect
1010
github.com/turbot/go-kit v0.5.0-rc.1
11-
// main with query-timeout in db options
12-
github.com/turbot/steampipe v1.7.0-rc.0.0.20221026090917-b3838186e1bd
11+
// main
12+
github.com/turbot/steampipe v1.7.0-rc.0.0.20221026135548-81a2cf65af32
1313
github.com/turbot/steampipe-plugin-sdk/v4 v4.1.7
1414
go.opentelemetry.io/otel v1.9.0
1515
google.golang.org/protobuf v1.28.1
@@ -163,3 +163,5 @@ replace github.com/docker/distribution => github.com/distribution/distribution v
163163
replace github.com/deislabs/oras => github.com/oras-project/oras v0.9.0
164164

165165
replace github.com/docker/docker => github.com/moby/moby v20.10.17+incompatible
166+
167+
replace github.com/turbot/steampipe => /Users/kai/Dev/github/turbot/steampipe

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -922,8 +922,6 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1
922922
github.com/tombuildsstuff/giovanni v0.15.1/go.mod h1:0TZugJPEtqzPlMpuJHYfXY6Dq2uLPrXf98D2XQSxNbA=
923923
github.com/turbot/go-kit v0.5.0-rc.1 h1:E3Mn9uazBPOpXbZoo+rzF811t5AKrYDOtz+0bvkeHJA=
924924
github.com/turbot/go-kit v0.5.0-rc.1/go.mod h1:wbYT3zaI9Jb6+V99IgnW9Yx69995WDeoiLxVVZPh3/Y=
925-
github.com/turbot/steampipe v1.7.0-rc.0.0.20221026090917-b3838186e1bd h1:kl/4m5NkOJt2d4PtAkregUBENJEQoGbRc5G/5vBaUTw=
926-
github.com/turbot/steampipe v1.7.0-rc.0.0.20221026090917-b3838186e1bd/go.mod h1:c+5jRVWttJwb7wPtjGZNok+9VbIkYtXVQLRiVX6Okx4=
927925
github.com/turbot/steampipe-plugin-sdk/v4 v4.1.7 h1:8DPSro6w7FKMig8d/jHF0rChN4tzEwnEKEZZLNp5DGA=
928926
github.com/turbot/steampipe-plugin-sdk/v4 v4.1.7/go.mod h1:t1uwq6KylUr2CzIinxeTafoktJvX8yWmhaoWCJJc4YI=
929927
github.com/ugorji/go v0.0.0-20180813092308-00b869d2f4a5/go.mod h1:hnLbHMwcvSihnDhEfx2/BzKp2xb0Y+ErdfYcrs9tkJQ=

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var fdwVersion = "1.4.4"
1616
// A pre-release marker for the version. If this is "" (empty string)
1717
// then it means that it is a final release. Otherwise, this is a pre-release
1818
// such as "dev" (in development), "beta", "rc1", etc.
19-
var prerelease = "rc.0"
19+
var prerelease = "rc.1"
2020

2121
// FdwVersion is an instance of semver.Version. This has the secondary
2222
// benefit of verifying during tests and init time that our version is a

0 commit comments

Comments
 (0)