File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +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- 	github.com/turbot/steampipe  v0.21.0-beta.0 
11+ 	//  plugin_label
12+ 	github.com/turbot/steampipe  v1.7.0-rc.0.0.20230918101105-ffb3a117ba66 
1213	github.com/turbot/steampipe-plugin-sdk/v5  v5.6.0-rc.27 
1314	go.opentelemetry.io/otel  v1.17.0 
1415	google.golang.org/protobuf  v1.31.0 
Original file line number Diff line number Diff line change @@ -979,8 +979,8 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20171017195756-830351dc03c6/go.mod h1
979979github.com/tombuildsstuff/giovanni  v0.15.1 /go.mod  h1:0TZugJPEtqzPlMpuJHYfXY6Dq2uLPrXf98D2XQSxNbA =
980980github.com/turbot/go-kit  v0.8.0-rc.0  h1:Vj1w5TmZWwdSwBTcOq6FKVlQQ+XwCd27BZVPZ9m1hT0 =
981981github.com/turbot/go-kit  v0.8.0-rc.0 /go.mod  h1:JkVKhR5XHK86aXY4WzB9Lr0jdnrsafjVh4yJA8ZS3Ck =
982- github.com/turbot/steampipe  v0.21 .0-beta.0 FgawFvVDME6fTqzoOTMGAvAV5dBu/KgSUJuVDaEg0Aw =
983- github.com/turbot/steampipe  v0.21 .0-beta.0 /go.mod  h1:eSknFQxgGrz8x4nRMfClH9kRRyu3kapciKCTOqr3pVQ =
982+ github.com/turbot/steampipe  v1.7 .0-rc.0.0.20230918101105-ffb3a117ba66 jE8HrW7h7WBNMV3BhbeqKUmb8VgqXwtuhT3/+Q1/q80 =
983+ github.com/turbot/steampipe  v1.7 .0-rc.0.0.20230918101105-ffb3a117ba66 /go.mod  h1:iLjCY6rePwVqPaeNMwhZPj/vKuVR2AAZaQ+7QYmTWYc =
984984github.com/turbot/steampipe-plugin-sdk/v5  v5.6.0-rc.27  h1:bBh74qpBAJaLYEjBj6NAD3BVRr7E98B1UTN432UhF80 =
985985github.com/turbot/steampipe-plugin-sdk/v5  v5.6.0-rc.27 /go.mod  h1:ldQ2VDEBaHR3JdaUHtjjM+7DBoBTe9Fzg5D7CfNVAhA =
986986github.com/ugorji/go  v0.0.0-20180813092308-00b869d2f4a5 /go.mod  h1:hnLbHMwcvSihnDhEfx2/BzKp2xb0Y+ErdfYcrs9tkJQ =
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ var fdwVersion = "1.8.0"
1616// A pre-release marker for the version. If this is "" (empty string) 
1717// then it means that it is a final release. Otherwise, this is a pre-release 
1818// such as "dev" (in development), "beta", "rc1", etc. 
19- var  prerelease  =  "rc.7 " 
19+ var  prerelease  =  "rc.8 " 
2020
2121// FdwVersion is an instance of semver.Version. This has the secondary 
2222// benefit of verifying during tests and init time that our version is a 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments