I have a PR ready that will update the golang.org dependencies to their newest versions. It will also eliminate use of various ioutil functions that have been deprecated since go 1.17.
I notice that the current travis CI file explicitly mandates use of go 1.15 and go 1.16, but incorporating this PR would break that.
If the maintainers are willing, I would be happy to submit the PR and remove 1.15 and 1.16 from the travis CI file. Just let me know.
I have a PR ready that will update the golang.org dependencies to their newest versions. It will also eliminate use of various
ioutilfunctions that have been deprecated since go 1.17.I notice that the current travis CI file explicitly mandates use of go 1.15 and go 1.16, but incorporating this PR would break that.
If the maintainers are willing, I would be happy to submit the PR and remove 1.15 and 1.16 from the travis CI file. Just let me know.