Skip to content

Commit

Permalink
refactor: change import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebianchi committed Jul 18, 2023
1 parent 8993d05 commit 56e34eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions service/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ import (
"sort"
"strings"

"github.com/davidebianchi/gswagger/support/gorilla"
"github.com/getkin/kin-openapi/openapi3"
"github.com/prometheus/client_golang/prometheus"
"github.com/rond-authz/rond/core"
"github.com/rond-authz/rond/internal/config"
"github.com/rond-authz/rond/internal/metrics"
Expand All @@ -35,9 +32,12 @@ import (
"github.com/rond-authz/rond/types"

swagger "github.com/davidebianchi/gswagger"
"github.com/davidebianchi/gswagger/support/gorilla"
"github.com/getkin/kin-openapi/openapi3"
"github.com/gorilla/mux"
glogrus "github.com/mia-platform/glogger/v4/loggers/logrus"
gmux "github.com/mia-platform/glogger/v4/middleware/mux"
"github.com/prometheus/client_golang/prometheus"
"github.com/sirupsen/logrus"
)

Expand Down

0 comments on commit 56e34eb

Please sign in to comment.