diff options
author | 2022-12-21 10:52:31 -0800 | |
---|---|---|
committer | 2022-12-21 10:52:31 -0800 | |
commit | bdce05d68305442e0214f80b08faf20dd12c0e25 (patch) | |
tree | f41f7d4acc6a1ab9dd76275c72a0f1e2c39a388f /go.mod | |
parent | 48c0b5f1653077bcb529c22aeaa95d4b01a582bf (diff) | |
download | sally-bdce05d68305442e0214f80b08faf20dd12c0e25.tar.gz sally-bdce05d68305442e0214f80b08faf20dd12c0e25.tar.zst sally-bdce05d68305442e0214f80b08faf20dd12c0e25.zip |
Bump github.com/stretchr/testify from 1.2.2 to 1.8.1 (#63)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.2.2 to 1.8.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.2.2...v1.8.1)
---
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>
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 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.18 require ( github.com/julienschmidt/httprouter v1.3.0 - github.com/stretchr/testify v1.2.2 + github.com/stretchr/testify v1.8.1 github.com/yosssi/gohtml v0.0.0-20180130040904-97fbf36f4aa8 gopkg.in/yaml.v2 v2.4.0 ) @@ -15,4 +15,5 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect ) |