module github.com/lestrrat-go/jwx/v2

go 1.16

require (
	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
	github.com/goccy/go-json v0.10.2
	github.com/lestrrat-go/blackmagic v1.0.1
	github.com/lestrrat-go/httprc v1.0.4
	github.com/lestrrat-go/iter v1.0.2
	github.com/lestrrat-go/option v1.0.1
	github.com/segmentio/asm v1.2.0
	github.com/stretchr/testify v1.8.4
	golang.org/x/crypto v0.12.0
)
