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 77 "log"
88 "net/http"
99
10- "github.com/labstack/echo"
10+ "github.com/labstack/echo/v4 "
1111 "github.com/manyminds/api2go/routing"
1212)
1313
Original file line number Diff line number Diff line change @@ -4,18 +4,11 @@ go 1.14
44
55require (
66 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
88 github.com/gorilla/mux v1.7.4
99 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
1411 github.com/onsi/ginkgo v1.16.5
1512 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
2013 gopkg.in/guregu/null.v3 v3.4.0
2114)
You can’t perform that action at this time.
0 commit comments