pulsar-client-go
pulsar-client-go copied to clipboard
[security] Bump github.com/stretchr/testify to update gopkg.in/yaml.v3
Motivation
A vulnerability scan on this repository found a vulnerable version of gopkg.in/yaml.v3.
https://github.com/advisories/GHSA-hp87-p4gw-j4gq
We need to upgrade the version of github.com/stretchr/testify because it directly depends on gopkg.in/yaml.v3.
https://github.com/stretchr/testify/pull/1192
Modifications
Upgraded github.com/stretchr/testify to the latest version, v1.8.0.
Verifying this change
- [x] Make sure that the change passes the CI checks.