Skip to content

Commit dcb6690

Browse files
committed
v1.8.0-rc.8
1 parent 38c4aa0 commit dcb6690

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ 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-beta.0
11+
// plugin_label
12+
github.com/turbot/steampipe v1.7.0-rc.0.0.20230918101105-ffb3a117ba66
1213
github.com/turbot/steampipe-plugin-sdk/v5 v5.6.0-rc.27
1314
go.opentelemetry.io/otel v1.17.0
1415
google.golang.org/protobuf v1.31.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -979,8 +979,8 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20171017195756-830351dc03c6/go.mod h1
979979
github.com/tombuildsstuff/giovanni v0.15.1/go.mod h1:0TZugJPEtqzPlMpuJHYfXY6Dq2uLPrXf98D2XQSxNbA=
980980
github.com/turbot/go-kit v0.8.0-rc.0 h1:Vj1w5TmZWwdSwBTcOq6FKVlQQ+XwCd27BZVPZ9m1hT0=
981981
github.com/turbot/go-kit v0.8.0-rc.0/go.mod h1:JkVKhR5XHK86aXY4WzB9Lr0jdnrsafjVh4yJA8ZS3Ck=
982-
github.com/turbot/steampipe v0.21.0-beta.0 h1:FgawFvVDME6fTqzoOTMGAvAV5dBu/KgSUJuVDaEg0Aw=
983-
github.com/turbot/steampipe v0.21.0-beta.0/go.mod h1:eSknFQxgGrz8x4nRMfClH9kRRyu3kapciKCTOqr3pVQ=
982+
github.com/turbot/steampipe v1.7.0-rc.0.0.20230918101105-ffb3a117ba66 h1:jE8HrW7h7WBNMV3BhbeqKUmb8VgqXwtuhT3/+Q1/q80=
983+
github.com/turbot/steampipe v1.7.0-rc.0.0.20230918101105-ffb3a117ba66/go.mod h1:iLjCY6rePwVqPaeNMwhZPj/vKuVR2AAZaQ+7QYmTWYc=
984984
github.com/turbot/steampipe-plugin-sdk/v5 v5.6.0-rc.27 h1:bBh74qpBAJaLYEjBj6NAD3BVRr7E98B1UTN432UhF80=
985985
github.com/turbot/steampipe-plugin-sdk/v5 v5.6.0-rc.27/go.mod h1:ldQ2VDEBaHR3JdaUHtjjM+7DBoBTe9Fzg5D7CfNVAhA=
986986
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.8.0"
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.7"
19+
var prerelease = "rc.8"
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)