aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-02-26 22:26:37 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-26 22:26:37 -0800
commit37049d871d3d0536418b35d91c34d3739e5994b9 (patch)
tree5be637fd0fa080859accbe32c8623e24604b9cf0 /go.mod
parent0d4f5390f34ba80d7f40b97bd4d2288c8645cf22 (diff)
downloadsally-37049d871d3d0536418b35d91c34d3739e5994b9.tar.gz
sally-37049d871d3d0536418b35d91c34d3739e5994b9.tar.zst
sally-37049d871d3d0536418b35d91c34d3739e5994b9.zip
Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#79)
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 4483d7f..9906b51 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.1
+ github.com/stretchr/testify v1.8.2
golang.org/x/net v0.7.0
gopkg.in/yaml.v3 v3.0.1
)