Change mod path

This commit is contained in:
binwiederhier 2023-11-16 20:54:58 -05:00
parent 1b4d55fb30
commit 22f48c5ad3
62 changed files with 120 additions and 139 deletions

View file

@ -7,7 +7,7 @@ import (
"encoding/json"
"fmt"
"golang.org/x/crypto/bcrypt"
"heckel.io/ntfy/user"
"heckel.io/ntfy/v2/user"
"io"
"math/rand"
"net/http"
@ -24,8 +24,8 @@ import (
"github.com/SherClockHolmes/webpush-go"
"github.com/stretchr/testify/require"
"heckel.io/ntfy/log"
"heckel.io/ntfy/util"
"heckel.io/ntfy/v2/log"
"heckel.io/ntfy/v2/util"
)
func TestMain(m *testing.M) {