fiberprometheus for fiberv3
This release, its the first step towards having a prometheus metrics middleware for fiber v3
What changes has been implemented:
- Migrated all the v2 dependencies to v3 for fiber
- Kept the unsafe copy function from v2 utils which has been embedded in the repo
What to expect in the future
- Remove the unsafe string copy from this codebase since it can lead to security issues