[feature] Move to code.superseriousbusiness.org

This commit is contained in:
Daenney 2025-04-26 15:34:10 +02:00
commit ab10266bff
1195 changed files with 4921 additions and 4918 deletions

View file

@ -22,9 +22,9 @@ import (
"strconv"
"testing"
"code.superseriousbusiness.org/gotosocial/internal/util"
"code.superseriousbusiness.org/gotosocial/testrig"
"github.com/stretchr/testify/suite"
"github.com/superseriousbusiness/gotosocial/internal/util"
"github.com/superseriousbusiness/gotosocial/testrig"
)
type PunyTestSuite struct {

View file

@ -22,8 +22,8 @@ import (
"net/url"
"strings"
"github.com/superseriousbusiness/gotosocial/internal/regexes"
"github.com/superseriousbusiness/gotosocial/internal/uris"
"code.superseriousbusiness.org/gotosocial/internal/regexes"
"code.superseriousbusiness.org/gotosocial/internal/uris"
)
// ExtractNamestringParts extracts the username test_user and

View file

@ -20,8 +20,8 @@ package util_test
import (
"testing"
"code.superseriousbusiness.org/gotosocial/internal/util"
"github.com/stretchr/testify/suite"
"github.com/superseriousbusiness/gotosocial/internal/util"
)
type NamestringSuite struct {

View file

@ -22,9 +22,9 @@ import (
"net/url"
"strings"
apimodel "github.com/superseriousbusiness/gotosocial/internal/api/model"
"github.com/superseriousbusiness/gotosocial/internal/config"
"github.com/superseriousbusiness/gotosocial/internal/gtserror"
apimodel "code.superseriousbusiness.org/gotosocial/internal/api/model"
"code.superseriousbusiness.org/gotosocial/internal/config"
"code.superseriousbusiness.org/gotosocial/internal/gtserror"
)
// PageableResponseParams models the parameters to pass to PackagePageableResponse.

View file

@ -20,9 +20,9 @@ package util_test
import (
"testing"
"code.superseriousbusiness.org/gotosocial/internal/config"
"code.superseriousbusiness.org/gotosocial/internal/util"
"github.com/stretchr/testify/suite"
"github.com/superseriousbusiness/gotosocial/internal/config"
"github.com/superseriousbusiness/gotosocial/internal/util"
)
type PagingSuite struct {

View file

@ -21,7 +21,7 @@ import (
"regexp"
"testing"
"github.com/superseriousbusiness/gotosocial/internal/util"
"code.superseriousbusiness.org/gotosocial/internal/util"
)
func TestMustGenerateSecret(t *testing.T) {

View file

@ -20,9 +20,9 @@ package util_test
import (
"testing"
"code.superseriousbusiness.org/gotosocial/internal/util"
"code.superseriousbusiness.org/gotosocial/testrig"
"github.com/stretchr/testify/suite"
"github.com/superseriousbusiness/gotosocial/internal/util"
"github.com/superseriousbusiness/gotosocial/testrig"
)
type TimeSuite struct {

View file

@ -23,8 +23,8 @@ import (
"slices"
"testing"
"code.superseriousbusiness.org/gotosocial/internal/util/xslices"
"github.com/stretchr/testify/assert"
"github.com/superseriousbusiness/gotosocial/internal/util/xslices"
)
func TestGrowJust(t *testing.T) {