aws-samples / http-requests-mirroring

BSD 3-Clause "New" or "Revised" License
25 stars 31 forks source link

Support latest go version by using go modules #8

Closed paullarsen-unlikely closed 1 year ago

paullarsen-unlikely commented 2 years ago

Fixes #6

Description of changes: Instead of relying on the old (deprecated) GOPATH installation of dependencies, use go modules.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.