From d84594c0d1864d89ab31e8afc0e25ce9f4b1d53d Mon Sep 17 00:00:00 2001 From: sredny buitrago Date: Sat, 23 Nov 2024 18:25:11 -0300 Subject: [PATCH] gofumpt --- pumps/sql.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"