* refactor frame and field creation
* use influxql package to get the type of the query
* remove unnecessary tests
* add influxql in go.mod
* fix unit test
* update ownership
* update query expression
t.Run("create frames for tag values and without time column even the query string has cardinality as string",func(t*testing.T){
res:=ResponseParse(readJsonFile("show_tag_values_response"),200,generateQuery("SHOW TAG VALUES FROM custom_influxdb_cardinality WITH KEY = \"database\"","time_series",""))
t.Run("create frames for tag values and without time column even the query string has cardinality as string",func(t*testing.T){
res:=ResponseParse(readJsonFile("show_tag_values_response"),200,generateQuery("SHOW TAG VALUES FROM custom_influxdb_cardinality WITH KEY = \"database\"","time_series",""))