File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8
8
9
9
"github.com/grafana/grafana-plugin-sdk-go/backend"
10
10
"github.com/grafana/grafana-plugin-sdk-go/data/sqlutil"
11
- "github.com/grafana/sqlds/v3 "
12
- "github.com/grafana/sqlds/v3 /test"
11
+ "github.com/grafana/sqlds/v4 "
12
+ "github.com/grafana/sqlds/v4 /test"
13
13
"github.com/stretchr/testify/require"
14
14
)
15
15
Original file line number Diff line number Diff line change 7
7
"testing"
8
8
9
9
"github.com/grafana/grafana-plugin-sdk-go/backend"
10
- "github.com/grafana/sqlds/v3 "
11
- "github.com/grafana/sqlds/v3 /test"
10
+ "github.com/grafana/sqlds/v4 "
11
+ "github.com/grafana/sqlds/v4 /test"
12
12
"github.com/stretchr/testify/assert"
13
13
)
14
14
Original file line number Diff line number Diff line change 1
- module github.com/grafana/sqlds/v3
1
+ module github.com/grafana/sqlds/v4
2
2
3
3
go 1.21
4
4
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
"github.com/grafana/grafana-plugin-sdk-go/backend"
14
14
"github.com/grafana/grafana-plugin-sdk-go/data"
15
15
"github.com/grafana/grafana-plugin-sdk-go/data/sqlutil"
16
- "github.com/grafana/sqlds/v3 "
16
+ "github.com/grafana/sqlds/v4 "
17
17
_ "github.com/mithrandie/csvq-driver"
18
18
)
19
19
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import (
12
12
13
13
"github.com/grafana/grafana-plugin-sdk-go/backend"
14
14
"github.com/grafana/grafana-plugin-sdk-go/data/sqlutil"
15
- "github.com/grafana/sqlds/v3 "
16
- "github.com/grafana/sqlds/v3 /mock"
15
+ "github.com/grafana/sqlds/v4 "
16
+ "github.com/grafana/sqlds/v4 /mock"
17
17
)
18
18
19
19
var registered = map [string ]* SqlHandler {}
You can’t perform that action at this time.
0 commit comments