module dev.mleku.advertize/crypto

go 1.25.3

require git.mleku.dev/mleku/nostr v1.0.22

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/klauspost/cpuid/v2 v2.3.0 // indirect
	github.com/minio/sha256-simd v1.0.1 // indirect
	github.com/templexxx/cpu v0.0.1 // indirect
	github.com/templexxx/xhex v0.0.0-20200614015412-aed53437177b // indirect
	golang.org/x/exp v0.0.0-20251209150349-8475f28825e9 // indirect
	golang.org/x/mobile v0.0.0-20260730202154-c700fe717e6e // indirect
	golang.org/x/mod v0.38.0 // indirect
	golang.org/x/sync v0.22.0 // indirect
	golang.org/x/sys v0.47.0 // indirect
	golang.org/x/tools v0.48.0 // indirect
	lol.mleku.dev v1.0.5 // indirect
)

replace (
	git.mleku.dev/mleku/nostr => /home/mleku/src/git.mleku.dev/mleku/nostr
	p256k1.mleku.dev => git.mleku.dev/mleku/p256k1.git v1.1.2
)

tool (
	golang.org/x/mobile/cmd/gobind
	golang.org/x/mobile/cmd/gomobile
)
