Move to vanity import url

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-10-31 16:57:27 +01:00
parent fce3c58651
commit 59aa332ab5
235 changed files with 1492 additions and 1492 deletions

View File

@@ -20,7 +20,7 @@ import (
"fmt"
"net/http"
"github.com/getprobo/probo/pkg/gid"
"go.probo.inc/probo/pkg/gid"
)
type (

View File

@@ -25,8 +25,8 @@ import (
"strings"
"time"
"github.com/getprobo/probo/pkg/gid"
"github.com/getprobo/probo/pkg/statelesstoken"
"go.probo.inc/probo/pkg/gid"
"go.probo.inc/probo/pkg/statelesstoken"
)
// NOTE: I use client_secret as a salt for the state token, it's an antipattern to

View File

@@ -20,7 +20,7 @@ import (
"net/http"
"sync"
"github.com/getprobo/probo/pkg/gid"
"go.probo.inc/probo/pkg/gid"
)
type (

View File

@@ -22,7 +22,7 @@ import (
"net/http"
"time"
"github.com/getprobo/probo/pkg/gid"
"go.probo.inc/probo/pkg/gid"
)
type (