diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-23 10:38:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-23 10:38:14 +0000 |
| commit | 18001ded1a0b70274dee672120f77db0b837cb2d (patch) | |
| tree | 17fae6c987cc68f2866e7c463e1caa6de4ade25a /go.mod | |
| parent | 16f6c87b89e26fbdf97cf8c820b370369e82f774 (diff) | |
| download | xesite-18001ded1a0b70274dee672120f77db0b837cb2d.tar.xz xesite-18001ded1a0b70274dee672120f77db0b837cb2d.zip | |
build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#866)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0)
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-minor
...
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
@@ -14,7 +14,7 @@ require ( github.com/go-git/go-git/v5 v5.12.0 github.com/invopop/yaml v0.3.1 github.com/joho/godotenv v1.5.1 - github.com/stretchr/testify v1.9.0 + github.com/stretchr/testify v1.10.0 github.com/twitchtv/twirp v8.1.3+incompatible golang.org/x/oauth2 v0.24.0 google.golang.org/protobuf v1.36.0 |
