go.mod: change base git url

I'm not sure what are the implications but it seems required.

Link: https://github.com/golang/go/issues/20883
Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
Robin Jarry 2021-11-05 10:19:46 +01:00
parent b2e9df623f
commit 0d645bcebd
126 changed files with 255 additions and 255 deletions
worker/imap

View file

@ -4,7 +4,7 @@ import (
"fmt"
"github.com/emersion/go-imap"
"git.sr.ht/~sircmpwn/aerc/worker/types"
"git.sr.ht/~rjarry/aerc/worker/types"
)
func (imapw *IMAPWorker) handleDeleteMessages(msg *types.DeleteMessages) {