Commit b647471 1 parent 4464d1e commit b647471 Copy full SHA for b647471
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ type Spec struct {
10
10
Timeout int64 `json:"timeout_secs,omitempty"`
11
11
}
12
12
13
- func (s Spec ) Validate () error {
13
+ func (Spec ) Validate () error {
14
14
return nil
15
15
}
16
16
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/cloudquery/plugin-sdk v1.35.0
7
+ github.com/gorilla/mux v1.8.0
7
8
github.com/rs/zerolog v1.29.0
8
9
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.13
9
10
)
@@ -13,7 +14,6 @@ require (
13
14
github.com/ghodss/yaml v1.0.0 // indirect
14
15
github.com/golang/protobuf v1.5.2 // indirect
15
16
github.com/google/uuid v1.3.0 // indirect
16
- github.com/gorilla/mux v1.8.0 // indirect
17
17
github.com/grpc-ecosystem/go-grpc-middleware/providers/zerolog/v2 v2.0.0-rc.3 // indirect
18
18
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.3 // indirect
19
19
github.com/inconshreveable/mousetrap v1.1.0 // indirect
Original file line number Diff line number Diff line change 1
1
package main
2
2
3
3
import (
4
- "github.com/scaleway/cq-source-scaleway/plugin"
5
4
"github.com/cloudquery/plugin-sdk/serve"
5
+ "github.com/scaleway/cq-source-scaleway/plugin"
6
6
)
7
7
8
8
func main () {
You can’t perform that action at this time.
0 commit comments