From e2f2efda13a0210a27568cc7e57089041c16c8a4 Mon Sep 17 00:00:00 2001 From: James Mills Date: Fri, 1 Apr 2022 14:58:12 +0000 Subject: [PATCH] Fix go.mod (#119) Co-authored-by: James Mills Reviewed-on: https://git.mills.io/saltyim/saltyim/pulls/119 Reviewed-by: xuu Co-authored-by: James Mills Co-committed-by: James Mills --- go.mod | 4 ---- 1 file changed, 4 deletions(-) diff --git a/go.mod b/go.mod index 9e89c28..9e12e2a 100644 --- a/go.mod +++ b/go.mod @@ -4,10 +4,6 @@ go 1.18 //replace git.mills.io/prologic/msgbus => ../../msgbus -//replace github.com/gen2brain/beeep => ../beeep - -replace github.com/gen2brain/beeep => github.com/prologic/beeep v0.0.0-20220331052839-35525ae5ee34 - require ( github.com/andybalholm/brotli v1.0.4 github.com/avast/retry-go v2.7.0+incompatible