File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ require (
88 github.com/hashicorp/go-hclog v1.5.0
99 github.com/hashicorp/go-version v1.6.0 // indirect
1010 github.com/turbot/go-kit v0.8.0-rc.0
11- github.com/turbot/steampipe v0.21.0-alpha.4
12- github.com/turbot/steampipe-plugin-sdk/v5 v5.6.0-rc.21
11+ // plugin_block
12+ github.com/turbot/steampipe v1.7.0-rc.0.0.20230901140938-34123cd6bff7
13+ github.com/turbot/steampipe-plugin-sdk/v5 v5.6.0-dev.23
1314 go.opentelemetry.io/otel v1.16.0
1415 google.golang.org/protobuf v1.31.0
1516)
@@ -183,6 +184,4 @@ replace (
183184 github.com/deislabs/oras => github.com/oras-project/oras v0.9.0
184185 github.com/docker/distribution => github.com/distribution/distribution v2.7.1+incompatible
185186 github.com/docker/docker => github.com/moby/moby v20.10.17+incompatible
186- github.com/turbot/steampipe => /Users/kai/Dev/github/turbot/steampipe
187- github.com/turbot/steampipe-plugin-sdk/v5 => /Users/kai/Dev/github/turbot/steampipe-plugin-sdk
188187)
Original file line number Diff line number Diff line change @@ -978,6 +978,10 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20171017195756-830351dc03c6/go.mod h1
978978github.com/tombuildsstuff/giovanni v0.15.1 /go.mod h1:0TZugJPEtqzPlMpuJHYfXY6Dq2uLPrXf98D2XQSxNbA =
979979github.com/turbot/go-kit v0.8.0-rc.0 h1:Vj1w5TmZWwdSwBTcOq6FKVlQQ+XwCd27BZVPZ9m1hT0 =
980980github.com/turbot/go-kit v0.8.0-rc.0 /go.mod h1:JkVKhR5XHK86aXY4WzB9Lr0jdnrsafjVh4yJA8ZS3Ck =
981+ github.com/turbot/steampipe v1.7.0-rc.0.0.20230901140938-34123cd6bff7 h1:VXTBbBX36eUKxqcbrp/EuIdJT4MSw5hLtmjeDT/pusE =
982+ github.com/turbot/steampipe v1.7.0-rc.0.0.20230901140938-34123cd6bff7 /go.mod h1:eSknFQxgGrz8x4nRMfClH9kRRyu3kapciKCTOqr3pVQ =
983+ github.com/turbot/steampipe-plugin-sdk/v5 v5.6.0-dev.23 h1:1ONFhF7MK5hIjc+pqyS0zkj6gz1/8LrWhf2zQuo3suE =
984+ github.com/turbot/steampipe-plugin-sdk/v5 v5.6.0-dev.23 /go.mod h1:Np0X1Oj3JNTcuf9JmvWwHrCqc0UB4iJLmUlOkRwMCWw =
981985github.com/ugorji/go v0.0.0-20180813092308-00b869d2f4a5 /go.mod h1:hnLbHMwcvSihnDhEfx2/BzKp2xb0Y+ErdfYcrs9tkJQ =
982986github.com/ulikunitz/xz v0.5.8 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
983987github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8 =
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ var fdwVersion = "1.8.0"
1515// A pre-release marker for the version. If this is "" (empty string)
1616// then it means that it is a final release. Otherwise, this is a pre-release
1717// such as "dev" (in development), "beta", "rc1", etc.
18- var prerelease = "rc.3 "
18+ var prerelease = "rc.4 "
1919
2020// FdwVersion is an instance of semver.Version. This has the secondary
2121// 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