File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 88
99 "github.com/grafana/grafana-plugin-sdk-go/backend"
1010 "github.com/grafana/grafana-plugin-sdk-go/data/sqlutil"
11- "github.com/grafana/sqlds/v4 "
12- "github.com/grafana/sqlds/v4 /test"
11+ "github.com/grafana/sqlds/v5 "
12+ "github.com/grafana/sqlds/v5 /test"
1313 "github.com/stretchr/testify/require"
1414)
1515
Original file line number Diff line number Diff line change 66 "testing"
77
88 "github.com/grafana/grafana-plugin-sdk-go/backend"
9- "github.com/grafana/sqlds/v4 "
10- "github.com/grafana/sqlds/v4 /test"
9+ "github.com/grafana/sqlds/v5 "
10+ "github.com/grafana/sqlds/v5 /test"
1111 "github.com/stretchr/testify/assert"
1212 "github.com/stretchr/testify/require"
1313)
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ import (
1111
1212 "github.com/grafana/grafana-plugin-sdk-go/backend"
1313 "github.com/grafana/grafana-plugin-sdk-go/data/sqlutil"
14- "github.com/grafana/sqlds/v4 "
15- "github.com/grafana/sqlds/v4 /mock"
16- "github.com/grafana/sqlds/v4 /test"
14+ "github.com/grafana/sqlds/v5 "
15+ "github.com/grafana/sqlds/v5 /mock"
16+ "github.com/grafana/sqlds/v5 /test"
1717 "github.com/stretchr/testify/assert"
1818)
1919
Original file line number Diff line number Diff line change 1- module github.com/grafana/sqlds/v4
1+ module github.com/grafana/sqlds/v5
22
33go 1.24.6
44
Original file line number Diff line number Diff line change 55 "testing"
66
77 "github.com/grafana/grafana-plugin-sdk-go/backend"
8- sqlds "github.com/grafana/sqlds/v4 "
8+ sqlds "github.com/grafana/sqlds/v5 "
99 "github.com/stretchr/testify/assert"
1010 "github.com/stretchr/testify/require"
1111)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313 "github.com/grafana/grafana-plugin-sdk-go/backend"
1414 "github.com/grafana/grafana-plugin-sdk-go/data"
1515 "github.com/grafana/grafana-plugin-sdk-go/data/sqlutil"
16- "github.com/grafana/sqlds/v4 "
16+ "github.com/grafana/sqlds/v5 "
1717 _ "github.com/mithrandie/csvq-driver"
1818)
1919
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import (
1212
1313 "github.com/grafana/grafana-plugin-sdk-go/backend"
1414 "github.com/grafana/grafana-plugin-sdk-go/data/sqlutil"
15- "github.com/grafana/sqlds/v4 "
16- "github.com/grafana/sqlds/v4 /mock"
15+ "github.com/grafana/sqlds/v5 "
16+ "github.com/grafana/sqlds/v5 /mock"
1717)
1818
1919var registered = map [string ]* SqlHandler {}
You can’t perform that action at this time.
0 commit comments