open-consul/internal/go-sso/oidcauth
Kyle Schochenmaier 2b1e5f69e2
removes ioutil usage everywhere which was deprecated in go1.16 (#15297)
* update go version to 1.18 for api and sdk, go mod tidy
* removes ioutil usage everywhere which was deprecated in go1.16 in favour of io and os packages. Also introduces a lint rule which forbids use of ioutil going forward.
Co-authored-by: R.B. Boyer <4903+rboyer@users.noreply.github.com>
2022-11-10 10:26:01 -06:00
..
internal/strutil acl: add auth method for JWTs (#7846) 2020-05-11 20:59:29 -05:00
oidcauthtest removes ioutil usage everywhere which was deprecated in go1.16 (#15297) 2022-11-10 10:26:01 -06:00
auth.go acl: add auth method for JWTs (#7846) 2020-05-11 20:59:29 -05:00
config.go sso/oidc: add support for acr_values request parameter (#11026) 2021-09-17 09:10:05 -07:00
config_test.go sso/oidc: add support for acr_values request parameter (#11026) 2021-09-17 09:10:05 -07:00
jwt.go ci: enable SA4006 staticcheck check 2020-06-16 13:10:11 -04:00
jwt_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
oidc.go sso/oidc: add support for acr_values request parameter (#11026) 2021-09-17 09:10:05 -07:00
oidc_test.go sso/oidc: add support for acr_values request parameter (#11026) 2021-09-17 09:10:05 -07:00
oidcjwt.go Regenerate files according to 1.19.2 formatter 2022-10-24 16:12:08 -04:00
oidcjwt_test.go Enable gofmt simplify 2020-06-16 13:21:11 -04:00
util.go acl: add auth method for JWTs (#7846) 2020-05-11 20:59:29 -05:00
util_test.go acl: add auth method for JWTs (#7846) 2020-05-11 20:59:29 -05:00