~xenrox/ntfy-alertmanager

c0a0e3c26451ab64d2c691cf5122c2450cd343b4 — Thorben Günther 8 months ago ddd41a6
Upgrade go-utils

Maybe I should really set GOPROXY="direct"...
2 files changed, 3 insertions(+), 3 deletions(-)

M go.mod
M go.sum
M go.mod => go.mod +1 -1
@@ 4,7 4,7 @@ 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-20230813014007-897165f99b2e
	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
)

M go.sum => go.sum +2 -2
@@ 1,7 1,7 @@
git.sr.ht/~emersion/go-scfg v0.0.0-20230601130942-e042ab15616e h1:42zyo0ZFxHGkysM1B9EM7PnQNO0TEzPm+bw/2Zontyg=
git.sr.ht/~emersion/go-scfg v0.0.0-20230601130942-e042ab15616e/go.mod h1:ybgvEJTIx5XbaspSviB3KNa6OdPmAZqDoSud7z8fFlw=
git.xenrox.net/~xenrox/go-utils v0.0.0-20230813014007-897165f99b2e h1:xqkh37YE78gxnJdlLrHc1WCRx3aYE/7XG8uZ6IJWCn0=
git.xenrox.net/~xenrox/go-utils v0.0.0-20230813014007-897165f99b2e/go.mod h1:BM4sMPD0fqFB6eG1T/7rGgEUiqZsMpHvq4PGE861Sfk=
git.xenrox.net/~xenrox/go-utils v0.0.0-20230813135846-959a68fe51de h1:nTecM544Gf8hxxGVSn1dB8LGtGrwr5YAxOEbcJLLjVQ=
git.xenrox.net/~xenrox/go-utils v0.0.0-20230813135846-959a68fe51de/go.mod h1:BM4sMPD0fqFB6eG1T/7rGgEUiqZsMpHvq4PGE861Sfk=
github.com/bsm/ginkgo/v2 v2.7.0 h1:ItPMPH90RbmZJt5GtkcNvIRuGEdwlBItdNVoyzaNQao=
github.com/bsm/ginkgo/v2 v2.7.0/go.mod h1:AiKlXPm7ItEHNc/2+OkrNG4E0ITzojb9/xWzvQ9XZ9w=
github.com/bsm/gomega v1.26.0 h1:LhQm+AFcgV2M0WyKroMASzAzCAJVpAxQXv4SaI9a69Y=