asyncapi / parser-go

It parses AsyncAPI documents.
Apache License 2.0
55 stars 17 forks source link

fix: remove Gomega dependency in favour of Testify #206

Closed smoya closed 1 year ago

smoya commented 1 year ago

Description

Gomega library was being used for asserting in tests. However, sometimes it breaks after upgrading even between minor versions. As we already have Testify, which is the most widely used test framework in Go community, we don't need Gomega so I'm removing it.

It also downgrades testify to 1.8.2 as newer are incompatible with go <=1.19

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

ivan-penchev commented 1 year ago

/rtm

asyncapi-bot commented 1 year ago

:tada: This PR is included in version 0.5.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: