File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
163163replace github.com/deislabs/oras => github.com/oras-project/oras v0.9.0
164164
165165replace 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
Original file line number Diff line number Diff line change @@ -922,8 +922,6 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1
922922github.com/tombuildsstuff/giovanni v0.15.1 /go.mod h1:0TZugJPEtqzPlMpuJHYfXY6Dq2uLPrXf98D2XQSxNbA =
923923github.com/turbot/go-kit v0.5.0-rc.1 h1:E3Mn9uazBPOpXbZoo+rzF811t5AKrYDOtz+0bvkeHJA =
924924github.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 =
927925github.com/turbot/steampipe-plugin-sdk/v4 v4.1.7 h1:8DPSro6w7FKMig8d/jHF0rChN4tzEwnEKEZZLNp5DGA =
928926github.com/turbot/steampipe-plugin-sdk/v4 v4.1.7 /go.mod h1:t1uwq6KylUr2CzIinxeTafoktJvX8yWmhaoWCJJc4YI =
929927github.com/ugorji/go v0.0.0-20180813092308-00b869d2f4a5 /go.mod h1:hnLbHMwcvSihnDhEfx2/BzKp2xb0Y+ErdfYcrs9tkJQ =
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments