Skip to content

Commit

Permalink
Update steampipe-plugin-sdk to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Jun 22, 2022
1 parent 843bfb9 commit b6ed68e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ require (
github.com/golang/protobuf v1.5.2
github.com/hashicorp/go-hclog v1.2.1
github.com/hashicorp/go-version v1.5.0
github.com/turbot/go-kit v0.3.0
github.com/turbot/go-kit v0.4.0
github.com/turbot/steampipe v0.15.0-rc.4
github.com/turbot/steampipe-plugin-sdk/v3 v3.3.0-rc.3
github.com/turbot/steampipe-plugin-sdk/v3 v3.3.0
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 @@ -838,12 +838,12 @@ github.com/tkrajina/go-reflector v0.5.4/go.mod h1:9PyLgEOzc78ey/JmQQHbW8cQJ1oucL
github.com/tmc/grpc-websocket-proxy v0.0.0-20171017195756-830351dc03c6/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/tombuildsstuff/giovanni v0.15.1/go.mod h1:0TZugJPEtqzPlMpuJHYfXY6Dq2uLPrXf98D2XQSxNbA=
github.com/turbot/go-kit v0.3.0 h1:o4zZIO1ovdmJ2bHWOdXnnt8jJMIDGqYSkZvBREzFeMQ=
github.com/turbot/go-kit v0.3.0/go.mod h1:SBdPRngbEfYubiR81iAVtO43oPkg1+ASr+XxvgbH7/k=
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 v0.15.0-rc.4 h1:Lf6gMec9X88grlVxLhkS1Wioe3nKgu7rvCoOi95GPIs=
github.com/turbot/steampipe v0.15.0-rc.4/go.mod h1:IrBABNcZMx35RTfTqR3uZrRuUBNmwDevsAJ4cWbWyhQ=
github.com/turbot/steampipe-plugin-sdk/v3 v3.3.0-rc.3 h1:XS2Vpyd6FurUmV56EkKu7pYQsLN0D6+XMVjg7w/73Kk=
github.com/turbot/steampipe-plugin-sdk/v3 v3.3.0-rc.3/go.mod h1:w2hdlEp75zwvQUBMijuJlIJloyq33aZQ0n/hc3ji9C0=
github.com/turbot/steampipe-plugin-sdk/v3 v3.3.0 h1:PMgQOi9lgrc5tDOvWP1LVuCYu+gdKONOY/TRkwoTKHw=
github.com/turbot/steampipe-plugin-sdk/v3 v3.3.0/go.mod h1:8r7CDDlrSUd5iUgPlvPa5ttlZ4OEFNMHm8fdwgnn5WM=
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

0 comments on commit b6ed68e

Please sign in to comment.