diff --git a/pumps/sql.go b/pumps/sql.go index 279274d2e..337cfd96d 100644 --- a/pumps/sql.go +++ b/pumps/sql.go @@ -5,11 +5,12 @@ import ( "encoding/hex" "errors" "fmt" + "sync" + "github.com/TykTechnologies/tyk-pump/analytics" "github.com/mitchellh/mapstructure" "gopkg.in/vmihailenco/msgpack.v2" "gorm.io/gorm/clause" - "sync" "gorm.io/driver/mysql" "gorm.io/driver/postgres"