mirror of
https://github.com/Luzifer/yaml-vault.git
synced 2024-12-20 12:01:18 +00:00
Fix: Use text/template instead of html/template
This commit is contained in:
parent
33cdcf1d12
commit
2f9e64ecb4
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -3,11 +3,11 @@ package main
|
|||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
"html/template"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"os"
|
||||
"strings"
|
||||
"text/template"
|
||||
|
||||
"gopkg.in/yaml.v2"
|
||||
|
||||
|
|
Loading…
Reference in a new issue