diff options
author | 2023-02-26 22:26:37 -0800 | |
---|---|---|
committer | 2023-02-26 22:26:37 -0800 | |
commit | 37049d871d3d0536418b35d91c34d3739e5994b9 (patch) | |
tree | 5be637fd0fa080859accbe32c8623e24604b9cf0 /go.mod | |
parent | 0d4f5390f34ba80d7f40b97bd4d2288c8645cf22 (diff) | |
download | sally-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |