Skip to content

Commit 4c616f2

Browse files
committed
v1.8.0-rc.3
1 parent 93cd695 commit 4c616f2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ require (
99
github.com/hashicorp/go-version v1.6.0 // indirect
1010
github.com/turbot/go-kit v0.8.0-rc.0
1111
//rate_limit
12-
github.com/turbot/steampipe v1.7.0-rc.0.0.20230810163907-fa598646b1fb
13-
github.com/turbot/steampipe-plugin-sdk/v5 v5.6.0-dev.16
12+
github.com/turbot/steampipe v1.7.0-rc.0.0.20230811101055-495dc81e66b8
13+
github.com/turbot/steampipe-plugin-sdk/v5 v5.6.0-dev.20
1414
go.opentelemetry.io/otel v1.16.0
1515
google.golang.org/protobuf v1.31.0
1616
)

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -955,10 +955,10 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20171017195756-830351dc03c6/go.mod h1
955955
github.com/tombuildsstuff/giovanni v0.15.1/go.mod h1:0TZugJPEtqzPlMpuJHYfXY6Dq2uLPrXf98D2XQSxNbA=
956956
github.com/turbot/go-kit v0.8.0-rc.0 h1:Vj1w5TmZWwdSwBTcOq6FKVlQQ+XwCd27BZVPZ9m1hT0=
957957
github.com/turbot/go-kit v0.8.0-rc.0/go.mod h1:JkVKhR5XHK86aXY4WzB9Lr0jdnrsafjVh4yJA8ZS3Ck=
958-
github.com/turbot/steampipe v1.7.0-rc.0.0.20230810163907-fa598646b1fb h1:kGQZnJCPTZaYbK8v+Ewm4tscpDCuCU2Hg2ZdDfiqmAg=
959-
github.com/turbot/steampipe v1.7.0-rc.0.0.20230810163907-fa598646b1fb/go.mod h1:6BDhK5ewUUEM8694J2ZaCNV7QdTBTsFc+/Lxbvs7gb0=
960-
github.com/turbot/steampipe-plugin-sdk/v5 v5.6.0-dev.16 h1:61HPiCofKxRCr+PL/Cf3lROa/rQdF4oNvQyoTHn1Q5o=
961-
github.com/turbot/steampipe-plugin-sdk/v5 v5.6.0-dev.16/go.mod h1:Np0X1Oj3JNTcuf9JmvWwHrCqc0UB4iJLmUlOkRwMCWw=
958+
github.com/turbot/steampipe v1.7.0-rc.0.0.20230811101055-495dc81e66b8 h1:X/KghBztEcdPz+y/j2xRDin85ljq+LCI3b3JbUyHapM=
959+
github.com/turbot/steampipe v1.7.0-rc.0.0.20230811101055-495dc81e66b8/go.mod h1:6BDhK5ewUUEM8694J2ZaCNV7QdTBTsFc+/Lxbvs7gb0=
960+
github.com/turbot/steampipe-plugin-sdk/v5 v5.6.0-dev.20 h1:dsdy1EYUcdhCnvCZVIVA+zw5vQPt+RuZjaNav6h2W/0=
961+
github.com/turbot/steampipe-plugin-sdk/v5 v5.6.0-dev.20/go.mod h1:Np0X1Oj3JNTcuf9JmvWwHrCqc0UB4iJLmUlOkRwMCWw=
962962
github.com/ugorji/go v0.0.0-20180813092308-00b869d2f4a5/go.mod h1:hnLbHMwcvSihnDhEfx2/BzKp2xb0Y+ErdfYcrs9tkJQ=
963963
github.com/ulikunitz/xz v0.5.8/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
964964
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.2"
18+
var prerelease = "rc.3"
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)