File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55require (
66 github.com/alecthomas/kong v1.14.0
7- github.com/labstack/echo-contrib v0.50 .0
7+ github.com/labstack/echo-contrib/v5 v5.0 .0
88 github.com/labstack/echo/v5 v5.0.4
99 github.com/prometheus/common v0.67.5
1010 github.com/stretchr/testify v1.11.1
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
2323github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
2424github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc =
2525github.com/kylelemons/godebug v1.1.0 /go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw =
26- github.com/labstack/echo-contrib v0.50 .0 h1:MLTQdqME3BEBczV2thYz9yPT5sBhzkoUEpwAOY9llds =
27- github.com/labstack/echo-contrib v0.50 .0/go.mod h1:oftqJL4enNg9ao1VLpVZmisVE5/8uwHtIYE4zTpqyWU =
26+ github.com/labstack/echo-contrib/v5 v5.0 .0 h1:ZukJ7gzW/gEe9ZiqpSQGAkRR8E35eTvu1PQBjmp2tDs =
27+ github.com/labstack/echo-contrib/v5 v5.0 .0/go.mod h1:oUtPer7/M+vUJjDATlgVUhHvVUDc7Nh/4Xs+/m52OKA =
2828github.com/labstack/echo/v5 v5.0.4 h1:ll3I/O8BifjMztj9dD1vx/peZQv8cR2CTUdQK6QxGGc =
2929github.com/labstack/echo/v5 v5.0.4 /go.mod h1:SyvlSdObGjRXeQfCCXW/sybkZdOOQZBmpKF0bvALaeo =
3030github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "path/filepath"
1212 "text/template"
1313
14- "github.com/labstack/echo-contrib/echoprometheus"
14+ "github.com/labstack/echo-contrib/v5/ echoprometheus"
1515 "github.com/labstack/echo/v5"
1616 "github.com/labstack/echo/v5/middleware"
1717
You can’t perform that action at this time.
0 commit comments