Stop using github.com/pkg/errors

This commit is contained in:
Tulir Asokan
2020-10-05 22:38:34 +03:00
parent 6315dac2eb
commit 491d8b232e
5 changed files with 24 additions and 71 deletions

View File

@@ -20,10 +20,9 @@ import (
"crypto/hmac"
"crypto/sha512"
"encoding/hex"
"errors"
"time"
"github.com/pkg/errors"
"github.com/Rhymen/go-whatsapp"
"maunium.net/go/mautrix"