ntfy-alertmanager/go.mod
Thorben Günther c0a0e3c264
Upgrade go-utils
Maybe I should really set GOPROXY="direct"...
2023-08-13 16:06:09 +02:00

15 lines
411 B
Modula-2

module git.xenrox.net/~xenrox/ntfy-alertmanager
go 1.21.0
require (
git.sr.ht/~emersion/go-scfg v0.0.0-20230601130942-e042ab15616e
git.xenrox.net/~xenrox/go-utils v0.0.0-20230813135846-959a68fe51de
github.com/redis/go-redis/v9 v9.0.5
golang.org/x/text v0.12.0
)
require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
)