From 618f2ebcabd2da94c3ccac93338730403187f29d Mon Sep 17 00:00:00 2001 From: sredny buitrago Date: Wed, 27 Nov 2024 12:41:48 -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 d12a4ed11..6df921d33 100644 --- a/pumps/sql.go +++ b/pumps/sql.go @@ -5,9 +5,10 @@ import ( "encoding/hex" "errors" "fmt" - "github.com/sirupsen/logrus" "sync" + "github.com/sirupsen/logrus" + "github.com/TykTechnologies/tyk-pump/analytics" "github.com/mitchellh/mapstructure" "gopkg.in/vmihailenco/msgpack.v2"