...
1module github.com/lestrrat-go/jwx
2
3go 1.15
4
5require (
6 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.0-20210816181553-5444fa50b93d
7 github.com/goccy/go-json v0.9.7
8 github.com/lestrrat-go/backoff/v2 v2.0.8
9 github.com/lestrrat-go/blackmagic v1.0.0
10 github.com/lestrrat-go/httpcc v1.0.1
11 github.com/lestrrat-go/iter v1.0.1
12 github.com/lestrrat-go/option v1.0.0
13 github.com/pkg/errors v0.9.1
14 github.com/stretchr/testify v1.7.1
15 golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f
16)
17
18retract v1.2.16 // Packaging problems.
View as plain text