github.com/lestrrat-go/jwx/v2@v2.0.21/go.mod (about) 1 module github.com/lestrrat-go/jwx/v2 2 3 go 1.18 4 5 require ( 6 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 7 github.com/goccy/go-json v0.10.2 8 github.com/lestrrat-go/blackmagic v1.0.2 9 github.com/lestrrat-go/httprc v1.0.5 10 github.com/lestrrat-go/iter v1.0.2 11 github.com/lestrrat-go/option v1.0.1 12 github.com/segmentio/asm v1.2.0 13 github.com/stretchr/testify v1.9.0 14 golang.org/x/crypto v0.21.0 15 ) 16 17 require ( 18 github.com/davecgh/go-spew v1.1.1 // indirect 19 github.com/lestrrat-go/httpcc v1.0.1 // indirect 20 github.com/pmezard/go-difflib v1.0.0 // indirect 21 golang.org/x/sys v0.18.0 // indirect 22 gopkg.in/yaml.v3 v3.0.1 // indirect 23 )