forked from lestrrat-go/jwx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 641 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 641 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/lestrrat-go/jwx
go 1.15
require (
github.com/decred/dcrd/dcrec/secp256k1/v3 v3.0.0
github.com/goccy/go-json v0.7.4
github.com/lestrrat-go/backoff/v2 v2.0.7
github.com/lestrrat-go/blackmagic v1.0.0
github.com/lestrrat-go/codegen v1.0.0
github.com/lestrrat-go/httpcc v1.0.0
github.com/lestrrat-go/iter v1.0.1
github.com/lestrrat-go/option v1.0.0
github.com/lestrrat-go/pdebug/v3 v3.0.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20201217014255-9d1352758620
golang.org/x/mod v0.4.1 // indirect
golang.org/x/tools v0.0.0-20210114065538-d78b04bdf963 // indirect
)