File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "fmt"
55 "time"
66
7+ "github.com/tinyauthapp/tinyauth/internal/config"
78 "github.com/tinyauthapp/tinyauth/internal/repository"
89 "github.com/tinyauthapp/tinyauth/internal/service"
910 "github.com/tinyauthapp/tinyauth/internal/utils"
Original file line number Diff line number Diff line change 77 "github.com/stretchr/testify/assert"
88 "github.com/stretchr/testify/require"
99
10- "github.com/steveiliop56 /tinyauth/internal/config"
11- "github.com/steveiliop56 /tinyauth/internal/repository"
12- "github.com/steveiliop56 /tinyauth/internal/service"
10+ "github.com/tinyauthapp /tinyauth/internal/config"
11+ "github.com/tinyauthapp /tinyauth/internal/repository"
12+ "github.com/tinyauthapp /tinyauth/internal/service"
1313)
1414
1515func newTestUser () repository.OidcUserinfo {
Original file line number Diff line number Diff line change 44 "os"
55 "testing"
66
7+ "github.com/tinyauthapp/tinyauth/internal/config"
78 "github.com/tinyauthapp/tinyauth/internal/utils"
89
910 "gotest.tools/v3/assert"
You can’t perform that action at this time.
0 commit comments