well-goknown/go.mod

15 lines
314 B
Modula-2
Raw Normal View History

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/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
)
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
)