File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import (
2626 texttemplate "text/template"
2727 "time"
2828
29- "github.com/TykTechnologies/tyk/internal/rate"
3029 logstashhook "github.com/bshuster-repo/logrus-logstash-hook"
3130 logrussentry "github.com/evalphobia/logrus_sentry"
3231 grayloghook "github.com/gemnasium/logrus-graylog-hook"
@@ -44,7 +43,6 @@ import (
4443 "github.com/TykTechnologies/goverify"
4544 persistentmodel "github.com/TykTechnologies/storage/persistent/model"
4645
47-
4846 "github.com/TykTechnologies/tyk-pump/serializer"
4947 "github.com/TykTechnologies/tyk/apidef"
5048 "github.com/TykTechnologies/tyk/certs"
@@ -59,6 +57,7 @@ import (
5957 "github.com/TykTechnologies/tyk/internal/model"
6058 "github.com/TykTechnologies/tyk/internal/netutil"
6159 "github.com/TykTechnologies/tyk/internal/otel"
60+ "github.com/TykTechnologies/tyk/internal/rate"
6261 "github.com/TykTechnologies/tyk/internal/scheduler"
6362 "github.com/TykTechnologies/tyk/internal/service/newrelic"
6463 "github.com/TykTechnologies/tyk/internal/uuid"
You can’t perform that action at this time.
0 commit comments