15 lines
407 B
Modula-2
15 lines
407 B
Modula-2
module git.xenrox.net/~xenrox/ntfy-alertmanager
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
git.sr.ht/~emersion/go-scfg v0.0.0-20230601130942-e042ab15616e
|
|
git.xenrox.net/~xenrox/go-log v0.0.0-20221012231312-9e7356c29b74
|
|
github.com/redis/go-redis/v9 v9.0.5
|
|
golang.org/x/text v0.11.0
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
)
|