Skip to content

Commit

Permalink
goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
JarekKa committed Dec 11, 2023
1 parent 9fd1709 commit 636b35e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion driver/configuration/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ package configuration

import (
"encoding/json"
"github.com/ory/oathkeeper/credentials"
"net/url"
"testing"
"time"

"github.com/ory/oathkeeper/credentials"

"github.com/rs/cors"

"github.com/ory/fosite"
Expand Down
5 changes: 3 additions & 2 deletions driver/configuration/provider_koanf.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ import (
"crypto/sha256"
"encoding/json"
"fmt"
"github.com/knadh/koanf/v2"
"github.com/ory/oathkeeper/credentials"
"net/url"
"strings"
"sync"
"testing"
"time"

"github.com/knadh/koanf/v2"
"github.com/ory/oathkeeper/credentials"

"github.com/dgraph-io/ristretto"

"github.com/google/uuid"
Expand Down

0 comments on commit 636b35e

Please sign in to comment.