states/statemgr: Avoid HTML escaping when printing LockInfo
This commit is contained in:
parent
0995559934
commit
ea05da89cb
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue