Skip to content

Commit

Permalink
Merge pull request #30 from brave/chi-v5
Browse files Browse the repository at this point in the history
Use chi/v5 middleware consistently
  • Loading branch information
rillian authored Mar 7, 2024
2 parents 00c9261 + 0c7039b commit dd59d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"net/http"

"github.com/go-chi/chi/middleware"
"github.com/go-chi/chi/v5/middleware"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/collectors"
)
Expand Down

0 comments on commit dd59d12

Please sign in to comment.