Skip to content

Commit

Permalink
fix: imports from fork cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Feb 17, 2022
1 parent 5ac8249 commit 0be9e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion middleware/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"os"
"time"

"github.com/danielgtaylor/huma"
"github.com/go-chi/chi"
"github.com/istreamlabs/huma"
"github.com/mattn/go-isatty"
"github.com/opentracing/opentracing-go"
"github.com/spf13/viper"
Expand Down
2 changes: 1 addition & 1 deletion middleware/logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net/http/httptest"
"testing"

"github.com/istreamlabs/huma"
"github.com/danielgtaylor/huma"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit 0be9e91

Please sign in to comment.