File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ require (
88 github.com/hashicorp/go-hclog v1.5.0
99 github.com/hashicorp/go-version v1.6.0 // indirect
1010 github.com/turbot/go-kit v0.8.0-rc.0
11- // plugin_block
12- github.com/turbot/steampipe v1.7.0-rc.0.0.20230911090543-1e2adfe2ca4d
11+ // 3820-key-the-rate-limiter-and-plugin-config-maps-by-plugin-image-ref-not-short-name
12+ github.com/turbot/steampipe v1.7.0-rc.0.0.20230911133821-a75c3b93255f
1313 github.com/turbot/steampipe-plugin-sdk/v5 v5.6.0-dev.23
1414 go.opentelemetry.io/otel v1.16.0
1515 google.golang.org/protobuf v1.31.0
Original file line number Diff line number Diff line change @@ -978,8 +978,8 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20171017195756-830351dc03c6/go.mod h1
978978github.com/tombuildsstuff/giovanni v0.15.1 /go.mod h1:0TZugJPEtqzPlMpuJHYfXY6Dq2uLPrXf98D2XQSxNbA =
979979github.com/turbot/go-kit v0.8.0-rc.0 h1:Vj1w5TmZWwdSwBTcOq6FKVlQQ+XwCd27BZVPZ9m1hT0 =
980980github.com/turbot/go-kit v0.8.0-rc.0 /go.mod h1:JkVKhR5XHK86aXY4WzB9Lr0jdnrsafjVh4yJA8ZS3Ck =
981- github.com/turbot/steampipe v1.7.0-rc.0.0.20230911090543-1e2adfe2ca4d h1:0XKRZpb/UNks4/vegI8ZP/RFHM0MSQUguy2Slu/Eq7c =
982- github.com/turbot/steampipe v1.7.0-rc.0.0.20230911090543-1e2adfe2ca4d /go.mod h1:eSknFQxgGrz8x4nRMfClH9kRRyu3kapciKCTOqr3pVQ =
981+ github.com/turbot/steampipe v1.7.0-rc.0.0.20230911133821-a75c3b93255f h1:2q9g4o51GR5ZgUVY7zw2fyED5AoKxutv5WDwXQPEf3Y =
982+ github.com/turbot/steampipe v1.7.0-rc.0.0.20230911133821-a75c3b93255f /go.mod h1:eSknFQxgGrz8x4nRMfClH9kRRyu3kapciKCTOqr3pVQ =
983983github.com/turbot/steampipe-plugin-sdk/v5 v5.6.0-dev.23 h1:1ONFhF7MK5hIjc+pqyS0zkj6gz1/8LrWhf2zQuo3suE =
984984github.com/turbot/steampipe-plugin-sdk/v5 v5.6.0-dev.23 /go.mod h1:Np0X1Oj3JNTcuf9JmvWwHrCqc0UB4iJLmUlOkRwMCWw =
985985github.com/ugorji/go v0.0.0-20180813092308-00b869d2f4a5 /go.mod h1:hnLbHMwcvSihnDhEfx2/BzKp2xb0Y+ErdfYcrs9tkJQ =
Original file line number Diff line number Diff line change @@ -651,7 +651,7 @@ func (h *Hub) getConnectionPlugin(connectionName string) (*steampipeconfig.Conne
651651 log .Printf ("[WARN] no connection config loaded for connection '%s'" , connectionName )
652652 return nil , fmt .Errorf ("no connection config loaded for connection '%s'" , connectionName )
653653 }
654- pluginFQN := connectionConfig .PluginLongName
654+ pluginFQN := connectionConfig .Plugin
655655
656656 // ask connection map to get or create this connection
657657 c , err := h .connections .getOrCreate (pluginFQN , connectionName )
You can’t perform that action at this time.
0 commit comments