Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: github.com/gorilla/mux dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
10 lines
162 B
Modula-2
10 lines
162 B
Modula-2
module github.com/lukaszbudnik/yosoy
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/stretchr/testify v1.8.4
|
|
)
|