2023-01-25 05:47:06 +00:00
|
|
|
module git.minhas.io/asara/well-goknown
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
2023-02-03 04:56:15 +00:00
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2023-02-04 22:40:45 +00:00
|
|
|
github.com/nbd-wtf/go-nostr v0.12.0
|
2023-02-05 02:07:26 +00:00
|
|
|
github.com/redis/go-redis/v9 v9.0.2
|
2023-02-03 04:56:15 +00:00
|
|
|
)
|
2023-01-25 05:47:06 +00:00
|
|
|
|
|
|
|
require (
|
2023-02-05 02:07:26 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
2023-01-25 05:47:06 +00:00
|
|
|
)
|