File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/hashicorp/go-version v1.6.0 // indirect
1010 github.com/turbot/go-kit v0.5.0
1111 // dynamic_aggregator
12- github.com/turbot/steampipe v1.7.0-rc.0.0.20230127171459-eb1b1e6c44a1
12+ github.com/turbot/steampipe v1.7.0-rc.0.0.20230127185820-ac7df87fa95b
1313 github.com/turbot/steampipe-plugin-sdk/v5 v5.2.0-rc.2
1414 go.opentelemetry.io/otel v1.10.0
1515 google.golang.org/protobuf v1.28.1
Original file line number Diff line number Diff line change @@ -917,8 +917,8 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1
917917github.com/tombuildsstuff/giovanni v0.15.1 /go.mod h1:0TZugJPEtqzPlMpuJHYfXY6Dq2uLPrXf98D2XQSxNbA =
918918github.com/turbot/go-kit v0.5.0 h1:bulbpYGyOQWt4/qFAULPBdrLis//sf3VFz5mTZelv0k =
919919github.com/turbot/go-kit v0.5.0 /go.mod h1:oP9gLk6bETL4nkEuujZZbOlcv9jnHQlf7DYcI/+Ke8Q =
920- github.com/turbot/steampipe v1.7.0-rc.0.0.20230127171459-eb1b1e6c44a1 h1:icUAatJRV3p+vjU3XaD1FPgzfVsgBXAOcnelZLp0XFk =
921- github.com/turbot/steampipe v1.7.0-rc.0.0.20230127171459-eb1b1e6c44a1 /go.mod h1:/3uvFP0TG8qMH9GLMPJO0LplOMMmmi9j1mMlqZUdZGA =
920+ github.com/turbot/steampipe v1.7.0-rc.0.0.20230127185820-ac7df87fa95b h1:b3mre4tSPC9tjfzsAoakYx01YJKhs6AAcZyFLQdn7i0 =
921+ github.com/turbot/steampipe v1.7.0-rc.0.0.20230127185820-ac7df87fa95b /go.mod h1:/3uvFP0TG8qMH9GLMPJO0LplOMMmmi9j1mMlqZUdZGA =
922922github.com/turbot/steampipe-plugin-sdk/v5 v5.2.0-rc.2 h1:bZqCfxLYfXnyY8XxFVGeXsjUzpSOpKSSGmF4mnmtMK0 =
923923github.com/turbot/steampipe-plugin-sdk/v5 v5.2.0-rc.2 /go.mod h1:bfvdKaLwemr13EPOMbnr7/hOQOO7m4oM7HnVMdNotgY =
924924github.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.6.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.1 "
19+ var prerelease = "rc.2 "
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