Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
unullmass committed Jun 20, 2024
1 parent 95b4fb8 commit 5b9e4c4
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 101 deletions.
2 changes: 1 addition & 1 deletion echo_router_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"log"
"net/http"

"github.com/labstack/echo"
"github.com/labstack/echo/v4"
"github.com/manyminds/api2go/routing"
)

Expand Down
11 changes: 2 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,11 @@ go 1.14

require (
github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813
github.com/gin-gonic/gin v1.6.2
github.com/gin-gonic/gin v1.10.0
github.com/gorilla/mux v1.7.4
github.com/julienschmidt/httprouter v1.3.0
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0 // indirect
github.com/mattn/goveralls v0.0.11 // indirect
github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5 // indirect
github.com/labstack/echo/v4 v4.12.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.10.1
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.5.1 // indirect
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
golang.org/x/tools v0.1.7 // indirect
gopkg.in/guregu/null.v3 v3.4.0
)
Loading

0 comments on commit 5b9e4c4

Please sign in to comment.