Skip to content

Commit

Permalink
reorder imports
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew DeVenny <[email protected]>
  • Loading branch information
matthewdevenny committed Feb 21, 2023
1 parent b154b41 commit 332f622
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"bytes"
"encoding/json"
"errors"
"github.com/Masterminds/sprig/v3"

"html"
"io"
"io/ioutil"
Expand All @@ -20,6 +20,7 @@ import (
"text/template"
"time"

"github.com/Masterminds/sprig/v3"
jwtverifier "github.com/okta/okta-jwt-verifier-golang"
)

Expand Down

0 comments on commit 332f622

Please sign in to comment.