15 lines
411 B
Modula-2
15 lines
411 B
Modula-2
module git.xenrox.net/~xenrox/ntfy-alertmanager
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
git.sr.ht/~emersion/go-scfg v0.0.0-20240128091534-2ae16e782082
|
|
git.xenrox.net/~xenrox/go-utils v0.0.0-20230813142628-a8bdc9211a98
|
|
github.com/redis/go-redis/v9 v9.7.0
|
|
golang.org/x/text v0.20.0
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
)
|