mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 07:13:23 +00:00
Bump gorilla mux to 1.6.2
**What** - Update the gopkg.toml Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
This commit is contained in:
committed by
Alex Ellis
parent
09736be293
commit
c9befd78e7
2
gateway/vendor/github.com/gorilla/mux/old_test.go
generated
vendored
2
gateway/vendor/github.com/gorilla/mux/old_test.go
generated
vendored
@ -681,7 +681,7 @@ func TestNewRegexp(t *testing.T) {
|
||||
}
|
||||
|
||||
for pattern, paths := range tests {
|
||||
p, _ = newRouteRegexp(pattern, false, false, false, false, false)
|
||||
p, _ = newRouteRegexp(pattern, regexpTypePath, routeRegexpOptions{})
|
||||
for path, result := range paths {
|
||||
matches = p.regexp.FindStringSubmatch(path)
|
||||
if result == nil {
|
||||
|
Reference in New Issue
Block a user