well-goknown/go.mod
2023-02-04 21:07:26 -05:00

15 lines
314 B
Modula-2

module git.minhas.io/asara/well-goknown
go 1.19
require (
github.com/davecgh/go-spew v1.1.1
github.com/nbd-wtf/go-nostr v0.12.0
github.com/redis/go-redis/v9 v9.0.2
)
require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
)