states/statemgr: Avoid HTML escaping when printing LockInfo

This commit is contained in:
Radek Simko 2019-01-15 10:57:01 +00:00
parent 0995559934
commit ea05da89cb
No known key found for this signature in database
GPG Key ID: 1F1C84FE689A88D7
1 changed files with 1 additions and 1 deletions

View File

@ -6,11 +6,11 @@ import (
"encoding/json"
"errors"
"fmt"
"html/template"
"math/rand"
"os"
"os/user"
"strings"
"text/template"
"time"
uuid "github.com/hashicorp/go-uuid"