Merge pull request #20005 from hashicorp/b-statemgr-avoid-html-escaping

states/statemgr: Avoid HTML escaping when printing LockInfo
This commit is contained in:
Radek Simko 2019-01-16 19:30:50 +00:00 committed by GitHub
commit aaf4319953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"