go.mod raw
1 module dev.mleku.advertize/crypto
2
3 go 1.25.3
4
5 require git.mleku.dev/mleku/nostr v1.0.22
6
7 require (
8 github.com/davecgh/go-spew v1.1.1 // indirect
9 github.com/klauspost/cpuid/v2 v2.3.0 // indirect
10 github.com/minio/sha256-simd v1.0.1 // indirect
11 github.com/templexxx/cpu v0.0.1 // indirect
12 github.com/templexxx/xhex v0.0.0-20200614015412-aed53437177b // indirect
13 golang.org/x/exp v0.0.0-20251209150349-8475f28825e9 // indirect
14 golang.org/x/mobile v0.0.0-20260730202154-c700fe717e6e // indirect
15 golang.org/x/mod v0.38.0 // indirect
16 golang.org/x/sync v0.22.0 // indirect
17 golang.org/x/sys v0.47.0 // indirect
18 golang.org/x/tools v0.48.0 // indirect
19 lol.mleku.dev v1.0.5 // indirect
20 )
21
22 replace (
23 git.mleku.dev/mleku/nostr => /home/mleku/src/git.mleku.dev/mleku/nostr
24 p256k1.mleku.dev => git.mleku.dev/mleku/p256k1.git v1.1.2
25 )
26
27 tool (
28 golang.org/x/mobile/cmd/gobind
29 golang.org/x/mobile/cmd/gomobile
30 )
31