aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-06-06 10:55:17 -0700
committerGravatar GitHub <noreply@github.com> 2023-06-06 10:55:17 -0700
commit59e09d196b73ed9f797a89b0d7144271c487cf82 (patch)
tree81e9549cb0dd7ddc94f20ad725f67c76788bab9c /go.mod
parent36855596b4c0febcf046d5ff744e2bc26bbb6880 (diff)
downloadsally-59e09d196b73ed9f797a89b0d7144271c487cf82.tar.gz
sally-59e09d196b73ed9f797a89b0d7144271c487cf82.tar.zst
sally-59e09d196b73ed9f797a89b0d7144271c487cf82.zip
Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#100)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.4. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.8.2...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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 2bdfabf..3aca281 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module go.uber.org/sally
go 1.18
require (
- github.com/stretchr/testify v1.8.3
+ github.com/stretchr/testify v1.8.4
golang.org/x/net v0.10.0
gopkg.in/yaml.v3 v3.0.1
)