Alaric Whitney

Results 5 issues of Alaric Whitney

This PR adds go modules capabilities as per standard go applications. This also adheres to the go standard for versions greater than v1 by adding a v3 folder with a...

# Fixes # https://github.com/twilio/twilio-python/issues/780 ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [x] I have made a material change to...

status: waiting for feedback
dependencies

### Issue Summary the aiohttp version currently used (3.8.4) has multiple security vulnerabilities with open CVE's: - https://nvd.nist.gov/vuln/detail/CVE-2024-23334 - https://nvd.nist.gov/vuln/detail/CVE-2024-23829 - https://nvd.nist.gov/vuln/detail/CVE-2023-49082 - https://nvd.nist.gov/vuln/detail/CVE-2024-23334 aiohttp needs to be upgraded to...

dependencies

# Fixes # Adds Go Modules, and also adding a v2 directory as per current golang standards as per https://go.dev/blog/v2-go-modules. This PR also makes minor adjustments to correct compatibility with...

# Fixes # Adds Go Modules as per current Go standards. This PR also makes minor adjustments to correct compatibility with Go 1.19. ### Checklist - [x] I acknowledge that...