Merge pull request #2439 from SomtochiAma/log-bug

Use text/template library instead of html/template for logs
This commit is contained in:
Stefan Prodan 2022-02-15 09:30:58 +02:00 committed by GitHub
commit 8c2983c958
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,12 +21,12 @@ import (
"context"
"encoding/json"
"fmt"
"html/template"
"io"
"os"
"sort"
"strings"
"sync"
"text/template"
"time"
"github.com/spf13/cobra"