Skip to content

Commit 5c1f4f3

Browse files
authored
Update sdk version to v3.3.0-rc.3
1 parent 0f0da4a commit 5c1f4f3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ require (
88
github.com/hashicorp/go-hclog v1.2.1
99
github.com/hashicorp/go-version v1.5.0
1010
github.com/turbot/go-kit v0.3.0
11-
// telemetry
12-
github.com/turbot/steampipe v1.7.0-rc.0.0.20220616124100-27feba1f2965
13-
github.com/turbot/steampipe-plugin-sdk/v3 v3.3.0-rc.0
11+
// show_password
12+
github.com/turbot/steampipe v1.7.0-rc.0.0.20220621094056-7e21c8dcfd6a
13+
github.com/turbot/steampipe-plugin-sdk/v3 v3.3.0-rc.3
1414
go.opentelemetry.io/otel v1.7.0
1515
google.golang.org/protobuf v1.28.0
1616
)

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -840,10 +840,10 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1
840840
github.com/tombuildsstuff/giovanni v0.15.1/go.mod h1:0TZugJPEtqzPlMpuJHYfXY6Dq2uLPrXf98D2XQSxNbA=
841841
github.com/turbot/go-kit v0.3.0 h1:o4zZIO1ovdmJ2bHWOdXnnt8jJMIDGqYSkZvBREzFeMQ=
842842
github.com/turbot/go-kit v0.3.0/go.mod h1:SBdPRngbEfYubiR81iAVtO43oPkg1+ASr+XxvgbH7/k=
843-
github.com/turbot/steampipe v1.7.0-rc.0.0.20220616124100-27feba1f2965 h1:TSsN1km/5NlWlB0TyOiJYraB1gMGPMUQGE0SzhCY8B0=
844-
github.com/turbot/steampipe v1.7.0-rc.0.0.20220616124100-27feba1f2965/go.mod h1:QwnoYufai0eZHjoq3J4OtX8pm6MrhdbdInBeJm0n16A=
845-
github.com/turbot/steampipe-plugin-sdk/v3 v3.3.0-rc.0 h1:rdc7meWb1lJ5kgVlX1UN/lj5ms4lECYZTkgBHk5Y1UM=
846-
github.com/turbot/steampipe-plugin-sdk/v3 v3.3.0-rc.0/go.mod h1:w2hdlEp75zwvQUBMijuJlIJloyq33aZQ0n/hc3ji9C0=
843+
github.com/turbot/steampipe v1.7.0-rc.0.0.20220621094056-7e21c8dcfd6a h1:3kXTmJLHNXhfxJS5oxNDqGfFe2Y7VOrsptDyLeMK+10=
844+
github.com/turbot/steampipe v1.7.0-rc.0.0.20220621094056-7e21c8dcfd6a/go.mod h1:wSldUuQsgy8OJi+JMwT5i92MnftcsWpJNgEvTrGK58I=
845+
github.com/turbot/steampipe-plugin-sdk/v3 v3.3.0-rc.3 h1:XS2Vpyd6FurUmV56EkKu7pYQsLN0D6+XMVjg7w/73Kk=
846+
github.com/turbot/steampipe-plugin-sdk/v3 v3.3.0-rc.3/go.mod h1:w2hdlEp75zwvQUBMijuJlIJloyq33aZQ0n/hc3ji9C0=
847847
github.com/ugorji/go v0.0.0-20180813092308-00b869d2f4a5/go.mod h1:hnLbHMwcvSihnDhEfx2/BzKp2xb0Y+ErdfYcrs9tkJQ=
848848
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
849849
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=

schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func SchemaToSql(schema map[string]*proto.TableSchema, stmt *C.ImportForeignSche
5757
continue
5858
}
5959
}
60-
log.Printf("[TRACE] Import table %s", table)
60+
log.Printf("[TRACE] Import table %s", table)
6161

6262
sql, err := sql.GetSQLForTable(table, tableSchema, localSchema, serverName)
6363
if err != nil {

0 commit comments

Comments
 (0)