-
-
Notifications
You must be signed in to change notification settings - Fork 165
/
Copy pathgo.mod
22 lines (19 loc) · 606 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/lestrrat-go/jwx/v3
go 1.22.6
require (
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0
github.com/goccy/go-json v0.10.3
github.com/lestrrat-go/blackmagic v1.0.2
github.com/lestrrat-go/httprc/v3 v3.0.0-beta1
github.com/lestrrat-go/option v1.0.1
github.com/segmentio/asm v1.2.0
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.32.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/lestrrat-go/httpcc v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.29.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)