Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Feb 14, 2022
1 parent d37dc5d commit 67945a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions driver/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import (
"crypto/tls"
"encoding/json"
"fmt"
"github.com/ory/jsonschema/v3/httploader"
"github.com/ory/x/httpx"
"io"
"net/http"
"net/url"
Expand All @@ -17,6 +15,9 @@ import (
"testing"
"time"

"github.com/ory/jsonschema/v3/httploader"
"github.com/ory/x/httpx"

"golang.org/x/net/publicsuffix"

"github.com/duo-labs/webauthn/protocol"
Expand Down
3 changes: 2 additions & 1 deletion x/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ package x

import (
"context"
"github.com/ory/x/httpx"
"io"
"io/ioutil"
"net/http"
"net/http/cookiejar"
"net/url"
"testing"

"github.com/ory/x/httpx"

"github.com/hashicorp/go-retryablehttp"

"github.com/golang/gddo/httputil"
Expand Down

0 comments on commit 67945a4

Please sign in to comment.