diff --git a/pkg/scalers/activemq_scaler.go b/pkg/scalers/activemq_scaler.go index 6bd22c72d25..7fc8a0e6aee 100644 --- a/pkg/scalers/activemq_scaler.go +++ b/pkg/scalers/activemq_scaler.go @@ -6,11 +6,11 @@ import ( "encoding/json" "errors" "fmt" + "html/template" "net/http" "net/url" "strconv" "strings" - "text/template" "github.com/go-logr/logr" v2 "k8s.io/api/autoscaling/v2"