chore(config): replace authgate SDK with signet (#1081)

## Summary

- Replace `github.com/go-authgate/sdk-go` with `github.com/go-signet/sdk-go v1.1.0`.
- Update the credential-store import while retaining the existing `credstore` API and OAuth token persistence
behavior.

## Related issues

- GitHub/Gitea: fixed https://gitea.com/gitea/tea/issues/1058

Reviewed-on: https://gitea.com/gitea/tea/pulls/1081
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2026-08-02 14:38:25 +00:00
committed by Bo-Yi Wu (吳柏毅)
parent a613a344de
commit f34697c5ed
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"time"
"github.com/adrg/xdg"
"github.com/go-authgate/sdk-go/credstore"
"github.com/go-signet/sdk-go/credstore"
"golang.org/x/oauth2"
)