Skip to content

Commit

Permalink
1.6.2
Browse files Browse the repository at this point in the history
Update github.com/turbot/steampipe to v0.19.0-rc.10
Update github.com/turbot/steampipe-plugin-sdk/v5 to v5.2.1-alpha.0
  • Loading branch information
kaidaguerre committed Mar 8, 2023
1 parent ba544f6 commit cad380d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ require (
github.com/hashicorp/go-hclog v1.4.0
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/turbot/go-kit v0.5.0
// main (about to tag v0.19.0-rc.4)
github.com/turbot/steampipe v1.7.0-rc.0.0.20230228115003-a936a6d2c8f6
github.com/turbot/steampipe-plugin-sdk/v5 v5.2.0-rc.9
github.com/turbot/steampipe v0.19.0-rc.10
github.com/turbot/steampipe-plugin-sdk/v5 v5.2.1-alpha.0
go.opentelemetry.io/otel v1.10.0
google.golang.org/protobuf v1.28.1
)
Expand Down Expand Up @@ -69,7 +68,7 @@ require (
github.com/fatih/color v1.14.1 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/gertd/go-pluralize v0.2.1 // indirect
github.com/gertd/go-pluralize v0.2.1
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -893,10 +893,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.5.0 h1:bulbpYGyOQWt4/qFAULPBdrLis//sf3VFz5mTZelv0k=
github.com/turbot/go-kit v0.5.0/go.mod h1:oP9gLk6bETL4nkEuujZZbOlcv9jnHQlf7DYcI/+Ke8Q=
github.com/turbot/steampipe v1.7.0-rc.0.0.20230228115003-a936a6d2c8f6 h1:fLFJV5JQi7sGiL/85XQv3yEs07cJV74MAkYi56rHOeI=
github.com/turbot/steampipe v1.7.0-rc.0.0.20230228115003-a936a6d2c8f6/go.mod h1:HNPUDa9+kf7sJcziRICFxL5anvG+WgOluu5P+wDT+sc=
github.com/turbot/steampipe-plugin-sdk/v5 v5.2.0-rc.9 h1:pymrCQSyDEKFYpr9i3BGu9SUcbsta/mrFswwHIomIw0=
github.com/turbot/steampipe-plugin-sdk/v5 v5.2.0-rc.9/go.mod h1:bfvdKaLwemr13EPOMbnr7/hOQOO7m4oM7HnVMdNotgY=
github.com/turbot/steampipe v0.19.0-rc.10 h1:ajdDYfvtu+bTDqxiLhEPk4Yu/ps7Tc0OLnrvkQhDwe8=
github.com/turbot/steampipe v0.19.0-rc.10/go.mod h1:UJDGvhnP8MWRjOHbsani6OthMKsEUCm/JvjJCtDQ3q8=
github.com/turbot/steampipe-plugin-sdk/v5 v5.2.1-alpha.0 h1:k3FhRRS1vwbIq3hKIKbf7znbrrKbAEHDmtNvT624eeI=
github.com/turbot/steampipe-plugin-sdk/v5 v5.2.1-alpha.0/go.mod h1:bfvdKaLwemr13EPOMbnr7/hOQOO7m4oM7HnVMdNotgY=
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/ulikunitz/xz v0.5.8 h1:ERv8V6GKqVi23rgu5cj9pVfVzJbOqAY2Ntl88O6c2nQ=
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// The main version number that is being run at the moment.
var fdwVersion = "1.6.1"
var fdwVersion = "1.6.2"

// 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
Expand Down

0 comments on commit cad380d

Please sign in to comment.