diff options
| author | 2023-06-05 09:25:52 +0200 | |
|---|---|---|
| committer | 2023-06-05 09:25:52 +0200 | |
| commit | 7638a686884c76266afa7ab47a8e86492133bdc0 (patch) | |
| tree | 6558b6f94a33f7e01ba42480a643786d2e78efdf /go.mod | |
| parent | [bugfix] Fix slow joined home timeline query (#1867) (diff) | |
| download | gotosocial-7638a686884c76266afa7ab47a8e86492133bdc0.tar.xz | |
[chore]: Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#1872)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.3 to 1.8.4.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.3...v1.8.4)
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
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
@@ -41,7 +41,7 @@ require ( github.com/oklog/ulid v1.3.1 github.com/spf13/cobra v1.7.0 github.com/spf13/viper v1.15.0 - github.com/stretchr/testify v1.8.3 + github.com/stretchr/testify v1.8.4 github.com/superseriousbusiness/activity v1.3.0-gts github.com/superseriousbusiness/exif-terminator v0.5.0 github.com/superseriousbusiness/oauth2/v4 v4.3.2-SSB.0.20230227143000-f4900831d6c8 |
