Skip to content

Commit

Permalink
Update version to 1.3.0-rc.2. Update sdk version to v4.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Jul 22, 2022
1 parent a99ef6a commit 99a6574
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ require (
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/turbot/go-kit v0.4.0
// revert_cache_stream
github.com/turbot/steampipe v1.7.0-rc.0.0.20220721112656-4d4e13424d00
github.com/turbot/steampipe-plugin-sdk/v4 v4.0.0-alpha.0
github.com/turbot/steampipe v1.7.0-rc.0.0.20220722125407-74cf746365a4
github.com/turbot/steampipe-plugin-sdk/v4 v4.0.0-alpha.2
go.opentelemetry.io/otel v1.7.0
google.golang.org/protobuf v1.28.0
)
Expand Down Expand Up @@ -149,7 +149,7 @@ require (
golang.org/x/text v0.3.7 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220720214146-176da50484ac // indirect
google.golang.org/grpc v1.47.0 // indirect
google.golang.org/grpc v1.48.0 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -935,10 +935,10 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1
github.com/tombuildsstuff/giovanni v0.15.1/go.mod h1:0TZugJPEtqzPlMpuJHYfXY6Dq2uLPrXf98D2XQSxNbA=
github.com/turbot/go-kit v0.4.0 h1:EdD7Bf2EGAjvHRGQxRiWpDawzZSk3T+eghqbj74qiSc=
github.com/turbot/go-kit v0.4.0/go.mod h1:SBdPRngbEfYubiR81iAVtO43oPkg1+ASr+XxvgbH7/k=
github.com/turbot/steampipe v1.7.0-rc.0.0.20220721112656-4d4e13424d00 h1:kDFwMG2gUF/26ManuB1hc39oZ9wE9AUfsvUsNM1cmqM=
github.com/turbot/steampipe v1.7.0-rc.0.0.20220721112656-4d4e13424d00/go.mod h1:N4gWHO/AAiiomXbDpJpAImAEllSwRswTQcCTKh+yUw4=
github.com/turbot/steampipe-plugin-sdk/v4 v4.0.0-alpha.0 h1:F5mql0Ml9FxiEnIi+uMhUsksm9bAp06C/Ae5w+jPPgc=
github.com/turbot/steampipe-plugin-sdk/v4 v4.0.0-alpha.0/go.mod h1:v6bYQWg9z+3IhTpMG7kldX3b774T4eFRxU5llMam9X8=
github.com/turbot/steampipe v1.7.0-rc.0.0.20220722125407-74cf746365a4 h1:GwuhRfCpzalNNhqbAbhx1WASNHfTfZhbEhBAyWB7N/w=
github.com/turbot/steampipe v1.7.0-rc.0.0.20220722125407-74cf746365a4/go.mod h1:IOmpgdlP0mhgftCUgqFbtG6rPdOAxtyRSz68tMuPo/s=
github.com/turbot/steampipe-plugin-sdk/v4 v4.0.0-alpha.2 h1:Lq+b9zbrYEHRwQ2lH+hJCfEyVLNRGrhPTKJpOnslInw=
github.com/turbot/steampipe-plugin-sdk/v4 v4.0.0-alpha.2/go.mod h1:v6bYQWg9z+3IhTpMG7kldX3b774T4eFRxU5llMam9X8=
github.com/ugorji/go v0.0.0-20180813092308-00b869d2f4a5/go.mod h1:hnLbHMwcvSihnDhEfx2/BzKp2xb0Y+ErdfYcrs9tkJQ=
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
Expand Down Expand Up @@ -1450,8 +1450,8 @@ google.golang.org/grpc v1.36.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAG
google.golang.org/grpc v1.40.0/go.mod h1:ogyxbiOoUXAkP+4+xa6PZSE9DZgIHtSpzjDTB9KAK34=
google.golang.org/grpc v1.42.0/go.mod h1:k+4IHHFw41K8+bbowsex27ge2rCb65oeWqe4jJ590SU=
google.golang.org/grpc v1.46.0/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACuMGWk=
google.golang.org/grpc v1.47.0 h1:9n77onPX5F3qfFCqjy9dhn8PbNQsIKeVU04J9G7umt8=
google.golang.org/grpc v1.47.0/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACuMGWk=
google.golang.org/grpc v1.48.0 h1:rQOsyJ/8+ufEDJd/Gdsz7HG220Mh9HAhFHRGnIjda0w=
google.golang.org/grpc v1.48.0/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACuMGWk=
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var fdwVersion = "1.3.0"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
var prerelease = "rc.1"
var prerelease = "rc.2"

// FdwVersion is an instance of semver.Version. This has the secondary
// benefit of verifying during tests and init time that our version is a
Expand Down

0 comments on commit 99a6574

Please sign in to comment.