Skip to content

Commit

Permalink
Update version and steampipe and sdk refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Jul 19, 2022
1 parent ad56f52 commit fd00288
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ module github.com/turbot/steampipe-postgres-fdw

go 1.18

replace github.com/turbot/steampipe-plugin-sdk/v3 => /Users/kai/Dev/github/turbot/steampipe-plugin-sdk
replace github.com/turbot/steampipe => /Users/kai/Dev/github/turbot/steampipe
//replace github.com/turbot/steampipe-plugin-sdk/v3 => /Users/kai/Dev/github/turbot/steampipe-plugin-sdk
//replace github.com/turbot/steampipe => /Users/kai/Dev/github/turbot/steampipe

require (
github.com/dgraph-io/ristretto v0.1.0 // indirect
github.com/golang/protobuf v1.5.2
github.com/hashicorp/go-hclog v1.2.1
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/turbot/go-kit v0.4.0
// multi-connection
github.com/turbot/steampipe v1.7.0-rc.0.0.20220715165515-57ec94d7264f
github.com/turbot/steampipe-plugin-sdk/v3 v3.4.0-alpha.2
// revert_cache_stream
github.com/turbot/steampipe v1.7.0-rc.0.0.20220719134926-043c0f3b5354
github.com/turbot/steampipe-plugin-sdk/v3 v3.4.0-alpha.3
go.opentelemetry.io/otel v1.7.0
google.golang.org/protobuf v1.28.0
)
Expand Down
8 changes: 4 additions & 4 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.20220715165515-57ec94d7264f h1:dNFpuGVnvpX8V8SVssqyfT48Slc2H9WqVJXAom9+4X0=
github.com/turbot/steampipe v1.7.0-rc.0.0.20220715165515-57ec94d7264f/go.mod h1:REuqOsoxALRHG2TEGMdL2tKTc5pnoEhd0H/d0QMSnTY=
github.com/turbot/steampipe-plugin-sdk/v3 v3.4.0-alpha.2 h1:/8elzApwtAh41Pggg14i/TLppF3tLFEdrK/8ZAaYrv0=
github.com/turbot/steampipe-plugin-sdk/v3 v3.4.0-alpha.2/go.mod h1:9Yki3Awc22Kfx36dpXsK9H5MBlJVgpQzNhzoxHPFZYQ=
github.com/turbot/steampipe v1.7.0-rc.0.0.20220719134926-043c0f3b5354 h1:Pp5doVbNJj+qmYl6kCn6RXsIBpehhM3VoJLF8kHPA2o=
github.com/turbot/steampipe v1.7.0-rc.0.0.20220719134926-043c0f3b5354/go.mod h1:gspMr176JAPMvNWrk2xB9nqtvTW4AeBVOHyfVw+BW8c=
github.com/turbot/steampipe-plugin-sdk/v3 v3.4.0-alpha.3 h1:wk2udCXmZMEAJcBRcTYopN5QfDZjamQscTKKSxQLyQs=
github.com/turbot/steampipe-plugin-sdk/v3 v3.4.0-alpha.3/go.mod h1:9Yki3Awc22Kfx36dpXsK9H5MBlJVgpQzNhzoxHPFZYQ=
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
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 = "alpha.3"
var prerelease = "rc.0"

// 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 fd00288

Please sign in to comment.