chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.3.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.3)
This commit is contained in:
2023-05-19 19:07:37 +00:00
parent 47c83d1a02
commit c659ddd2f9
3 changed files with 12 additions and 9 deletions
+9 -2
View File
@@ -1,8 +1,15 @@
module gitlab.com/unboundsoftware/apex-mocks
go 1.15
go 1.20
require (
github.com/apex/log v1.9.0
github.com/stretchr/testify v1.8.2
github.com/stretchr/testify v1.8.3
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)