gitea.tea/modules/config
Bo-Yi Wu f34697c5ed 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>
2026-08-02 14:38:25 +00:00
..
config.go update import path to use gitea.dev (#1003) 2026-05-23 17:26:43 +00:00
credstore.go chore(config): replace authgate SDK with signet (#1081) 2026-08-02 14:38:25 +00:00
lock.go update import path to use gitea.dev (#1003) 2026-05-23 17:26:43 +00:00
lock_test.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
login.go fix(http): add transport timeouts so tea fails fast on stalled servers (#1020) 2026-06-26 19:59:05 +00:00
login_test.go upgrade go sdk and add test (#1048) 2026-07-01 18:06:19 +00:00
testtools.go Use git command instead of go git (#1005) 2026-05-23 20:24:47 +00:00