-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 742 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/KarpelesLab/outscript
go 1.25.0
require (
github.com/BottleFmt/gobottle v1.0.1
github.com/KarpelesLab/base58 v1.1.1
github.com/KarpelesLab/bech32m v0.1.5
github.com/KarpelesLab/edwards25519 v1.1.7
github.com/KarpelesLab/rlp v0.1.4
github.com/KarpelesLab/secp256k1 v0.2.8
github.com/KarpelesLab/typutil v0.2.34
golang.org/x/crypto v0.49.0
lukechampine.com/blake3 v1.4.1
)
require (
github.com/KarpelesLab/mldsa v0.2.0 // indirect
github.com/KarpelesLab/pjson v0.2.0 // indirect
github.com/KarpelesLab/slhdsa v0.1.0 // indirect
github.com/fxamacker/cbor/v2 v2.9.1 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/sys v0.42.0 // indirect
)