Skip to content

Commit

Permalink
Bump deps with CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
unullmass committed Jun 20, 2024
1 parent 95b4fb8 commit 62c26ca
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 103 deletions.
6 changes: 3 additions & 3 deletions echo_router_test.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
//go:build echo && !gingonic && !gorillamux
// +build echo,!gingonic,!gorillamux
//go:build echo && gingonic && gorillamux
// +build echo,gingonic,gorillamux

package api2go

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 62c26ca

Please sign in to comment.