The io/ioutil package has been deprecated as of Go 1.16 [1]. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.
[1]: https://golang.org/doc/go1.16#ioutil
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
* [KS-OIDC] Remove special characters form sub OIDC standard claim
* [KS-OIDC] Change to base64 RawURLEncoding
* [KS-OIDC] Import encoding/base64
* [KS-OIDC] Change import
* [KS-OIDC] Damn Go
* [KS-OIDC] Damn Spaces
* [KS-OIDC] Backport to test
* [KS-OIDC] Backport to test: the other way
* [KS-OIDC] Backport to test: convert to string
* [KS-OIDC] Backport to test: Hint from @wansir
* [KS-OIDC] Backport to test: Damn Space