chore: switch from iouitil to io.ReadAll (#272)

removed a TODO: switch to io.ReadAll and drop go1.15 support
This commit is contained in:
Tim Möhlmann 2023-02-06 09:29:25 +02:00 committed by GitHub
parent cdf2af6c2c
commit df5a09f813
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 15 additions and 20 deletions

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/zitadel/oidc
go 1.15
go 1.16
require (
github.com/golang/mock v1.6.0