Merge branch 'renovate/github.com-gorilla-mux-1.x' into 'master'
Update module gorilla/mux to v1.8.0 See merge request !12
Showing
... | ... | @@ -9,7 +9,7 @@ require ( |
github.com/crewjam/saml v0.4.5 | ||
github.com/elazarl/go-bindata-assetfs v1.0.0 | ||
github.com/gorilla/csrf v1.7.0 | ||
github.com/gorilla/mux v1.7.3 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/gorilla/securecookie v1.1.1 | ||
github.com/jonboulle/clockwork v0.2.2 // indirect | ||
github.com/mattermost/xml-roundtrip-validator v0.0.0-20201219040909-8fd2afad43d1 // indirect | ||
... | ... |
... | ... | @@ -153,6 +153,8 @@ github.com/gorilla/handlers v1.5.1/go.mod h1:t8XrUpc4KVXb7HGyJ4/cEnwQiaxrX/hz1Zv |
github.com/gorilla/mux v1.6.2/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= | ||
github.com/gorilla/mux v1.7.3 h1:gnP5JzjVOuiZD07fKKToCAOjS0yOpj/qPETTXCCS6hw= | ||
github.com/gorilla/mux v1.7.3/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= | ||
github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI= | ||
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So= | ||
github.com/gorilla/securecookie v1.1.1 h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ= | ||
github.com/gorilla/securecookie v1.1.1/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= | ||
github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= | ||
... | ... |
Please register or sign in to comment