diff --git a/states/statemgr/locker.go b/states/statemgr/locker.go index 25f3f5587..312eb02dc 100644 --- a/states/statemgr/locker.go +++ b/states/statemgr/locker.go @@ -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"