module github.com/oauth2-proxy/mockoidc

go 1.21

require (
	github.com/go-jose/go-jose/v3 v3.0.1
	github.com/golang-jwt/jwt/v5 v5.2.0
	github.com/stretchr/testify v1.8.4
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/google/go-cmp v0.6.0 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)
