Skip to content

Commit

Permalink
replace text/template with html/template
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Jun 5, 2022
1 parent 40277cf commit 06e7278
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion provider/custom_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ package provider
import (
"context"
"fmt"
"html/template"
"net"
"net/http"
"net/url"
"strings"
"sync"
"text/template"
"time"

goauth2 "github.com/go-oauth2/oauth2/v4/server"
Expand Down
2 changes: 1 addition & 1 deletion provider/dev_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package provider
import (
"context"
"fmt"
"html/template"
"net/http"
"strings"
"sync"
"text/template"
"time"

"golang.org/x/oauth2"
Expand Down
2 changes: 1 addition & 1 deletion provider/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"bytes"
"crypto/sha1"
"fmt"
"html/template"
"net/http"
"strings"
"text/template"
"time"

"github.com/go-pkgz/rest"
Expand Down

0 comments on commit 06e7278

Please sign in to comment.