twilio / twilio-go

A Go package for communicating with the Twilio API.
MIT License
272 stars 40 forks source link

fix: use go install instead of go get #153

Closed beebzz closed 2 years ago

beebzz commented 2 years ago

As of Go 1.18, dependencies such as goimports need to be installed via go install instead of go get (reference)

Also adjusts the goimports rule to run go mod tidy immediately after goimports

sonarcloud[bot] commented 2 years 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
No Duplication information No Duplication information