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
|
|
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
2023-02-04 22:40:45 +00:00
|
|
|
github.com/nbd-wtf/go-nostr v0.12.0
|
2023-02-03 04:56:15 +00:00
|
|
|
)
|
2023-01-25 05:47:06 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
|
|
github.com/onsi/gomega v1.26.0 // indirect
|
|
|
|
)
|