chaned go mod name

This commit is contained in:
2025-09-21 18:56:33 -07:00
parent 9d1566cfdf
commit 2f83ed2cf2
41 changed files with 551 additions and 81 deletions

View File

@@ -7,12 +7,12 @@ import (
"testing"
"time"
"go-garth/internal/testutils"
"github.com/sstent/go-garth/internal/testutils"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go-garth/internal/api/client"
"github.com/sstent/go-garth/internal/api/client"
)
func TestClient_GetUserProfile(t *testing.T) {