File tree Expand file tree Collapse file tree 5 files changed +135
-101
lines changed Expand file tree Collapse file tree 5 files changed +135
-101
lines changed Original file line number Diff line number Diff line change 7
7
"log"
8
8
"net/http"
9
9
10
- "github.com/labstack/echo"
10
+ "github.com/labstack/echo/v4 "
11
11
"github.com/manyminds/api2go/routing"
12
12
)
13
13
Original file line number Diff line number Diff line change @@ -4,18 +4,11 @@ go 1.14
4
4
5
5
require (
6
6
github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813
7
- github.com/gin-gonic/gin v1.6.2
7
+ github.com/gin-gonic/gin v1.10.0
8
8
github.com/gorilla/mux v1.7.4
9
9
github.com/julienschmidt/httprouter v1.3.0
10
- github.com/labstack/echo v3.3.10+incompatible
11
- github.com/labstack/gommon v0.3.0 // indirect
12
- github.com/mattn/goveralls v0.0.11 // indirect
13
- github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5 // indirect
10
+ github.com/labstack/echo/v4 v4.12.0
14
11
github.com/onsi/ginkgo v1.16.5
15
12
github.com/onsi/gomega v1.10.1
16
- golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
17
- golang.org/x/mod v0.5.1 // indirect
18
- golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
19
- golang.org/x/tools v0.1.7 // indirect
20
13
gopkg.in/guregu/null.v3 v3.4.0
21
14
)
You can’t perform that action at this time.
0 commit comments