add missing import

This commit is contained in:
Livio Amstutz 2022-01-28 09:48:37 +01:00
parent bcd9ec8d85
commit 7ea5ddf250

View file

@ -1,6 +1,7 @@
package oidc package oidc
import ( import (
"crypto/ecdsa"
"crypto/rsa" "crypto/rsa"
"errors" "errors"
"reflect" "reflect"