chore: update package name

This commit is contained in:
Steven
2023-11-25 10:40:16 +08:00
parent b7999a4db2
commit 263812f98f
56 changed files with 146 additions and 139 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/pkg/errors"
"github.com/stretchr/testify/require"
apiv1 "github.com/boojack/slash/api/v1"
apiv1 "github.com/yourselfhosted/slash/api/v1"
)
func TestAuthServer(t *testing.T) {