Skip to content

Commit 8a40c86

Browse files
committed
v1.8.0-rc.4
1 parent 95be56c commit 8a40c86

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
)

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,10 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20171017195756-830351dc03c6/go.mod h1
978978
github.com/tombuildsstuff/giovanni v0.15.1/go.mod h1:0TZugJPEtqzPlMpuJHYfXY6Dq2uLPrXf98D2XQSxNbA=
979979
github.com/turbot/go-kit v0.8.0-rc.0 h1:Vj1w5TmZWwdSwBTcOq6FKVlQQ+XwCd27BZVPZ9m1hT0=
980980
github.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=
981985
github.com/ugorji/go v0.0.0-20180813092308-00b869d2f4a5/go.mod h1:hnLbHMwcvSihnDhEfx2/BzKp2xb0Y+ErdfYcrs9tkJQ=
982986
github.com/ulikunitz/xz v0.5.8/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
983987
github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8=

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)