Skip to content

Commit 1f68e6a

Browse files
committed
Fix
1 parent 20236a8 commit 1f68e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/vcr-compressor/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ package main
22

33
import (
44
"encoding/json"
5-
"github.com/scaleway/scaleway-sdk-go/api/rdb/v1"
65
"log"
76
"os"
87

98
"github.com/scaleway/scaleway-sdk-go/api/k8s/v1"
9+
"github.com/scaleway/scaleway-sdk-go/api/rdb/v1"
1010
"gopkg.in/dnaeon/go-vcr.v3/cassette"
1111
)
1212

0 commit comments

Comments
 (0)