diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-16 19:39:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-16 19:39:15 +0200 |
commit | 049e14976270557da3745fd59b6b28cab6f42841 (patch) | |
tree | 6f9712be996dd9b7de3562766a264253368b5fe1 /go.mod | |
parent | b5786c61c8bff4dfd21fa3342c8504ac4d60574d (diff) | |
download | git-bug-049e14976270557da3745fd59b6b28cab6f42841.tar.gz git-bug-049e14976270557da3745fd59b6b28cab6f42841.zip |
build(deps): bump github.com/gorilla/mux from 1.8.0 to 1.8.1 (#1181)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ require ( github.com/fatih/color v1.16.0 github.com/go-git/go-billy/v5 v5.4.1 github.com/go-git/go-git/v5 v5.8.1 - github.com/gorilla/mux v1.8.0 + github.com/gorilla/mux v1.8.1 github.com/hashicorp/golang-lru/v2 v2.0.7 github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428 github.com/mattn/go-isatty v0.0.20 |