mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-08 09:27:12 +00:00
12 lines
142 B
Go
12 lines
142 B
Go
package auth
|
|
|
|
import (
|
|
"gopkg.in/square/go-jose.v2"
|
|
"gopkg.in/square/go-jose.v2/jwt"
|
|
)
|
|
|
|
func X() {
|
|
_ = jose.Header{}
|
|
_ = jwt.Audience{}
|
|
}
|