File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ type Spec struct {
1010 Timeout int64 `json:"timeout_secs,omitempty"`
1111}
1212
13- func (s Spec ) Validate () error {
13+ func (Spec ) Validate () error {
1414 return nil
1515}
1616
Original file line number Diff line number Diff line change 44
55require (
66 github.com/cloudquery/plugin-sdk v1.35.0
7+ github.com/gorilla/mux v1.8.0
78 github.com/rs/zerolog v1.29.0
89 github.com/scaleway/scaleway-sdk-go v1.0.0-beta.13
910)
@@ -13,7 +14,6 @@ require (
1314 github.com/ghodss/yaml v1.0.0 // indirect
1415 github.com/golang/protobuf v1.5.2 // indirect
1516 github.com/google/uuid v1.3.0 // indirect
16- github.com/gorilla/mux v1.8.0 // indirect
1717 github.com/grpc-ecosystem/go-grpc-middleware/providers/zerolog/v2 v2.0.0-rc.3 // indirect
1818 github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.3 // indirect
1919 github.com/inconshreveable/mousetrap v1.1.0 // indirect
Original file line number Diff line number Diff line change 11package main
22
33import (
4- "github.com/scaleway/cq-source-scaleway/plugin"
54 "github.com/cloudquery/plugin-sdk/serve"
5+ "github.com/scaleway/cq-source-scaleway/plugin"
66)
77
88func main () {
You can’t perform that action at this time.
0 commit comments