diff --git a/appview/oauth/client/oauth_client.go b/appview/oauth/client/oauth_client.go index 7ae1d8cc..428e62e2 100644 --- a/appview/oauth/client/oauth_client.go +++ b/appview/oauth/client/oauth_client.go @@ -1,8 +1,8 @@ package client import ( - oauth "tangled.sh/icyphox.sh/atproto-oauth" - "tangled.sh/icyphox.sh/atproto-oauth/helpers" + oauth "tangled.org/anirudh.fi/atproto-oauth" + "tangled.org/anirudh.fi/atproto-oauth/helpers" ) type OAuthClient struct { diff --git a/appview/oauth/handler/handler.go b/appview/oauth/handler/handler.go index e5d0266e..7c725886 100644 --- a/appview/oauth/handler/handler.go +++ b/appview/oauth/handler/handler.go @@ -16,6 +16,7 @@ import ( "github.com/gorilla/sessions" "github.com/lestrrat-go/jwx/v2/jwk" "github.com/posthog/posthog-go" + "tangled.org/anirudh.fi/atproto-oauth/helpers" tangled "tangled.org/core/api/tangled" sessioncache "tangled.org/core/appview/cache/session" "tangled.org/core/appview/config" @@ -28,7 +29,6 @@ import ( "tangled.org/core/idresolver" "tangled.org/core/rbac" "tangled.org/core/tid" - "tangled.sh/icyphox.sh/atproto-oauth/helpers" ) const ( diff --git a/appview/oauth/oauth.go b/appview/oauth/oauth.go index 9bf0021c..e5ab33be 100644 --- a/appview/oauth/oauth.go +++ b/appview/oauth/oauth.go @@ -9,12 +9,12 @@ import ( indigo_xrpc "github.com/bluesky-social/indigo/xrpc" "github.com/gorilla/sessions" + oauth "tangled.org/anirudh.fi/atproto-oauth" + "tangled.org/anirudh.fi/atproto-oauth/helpers" sessioncache "tangled.org/core/appview/cache/session" "tangled.org/core/appview/config" "tangled.org/core/appview/oauth/client" xrpc "tangled.org/core/appview/xrpcclient" - oauth "tangled.sh/icyphox.sh/atproto-oauth" - "tangled.sh/icyphox.sh/atproto-oauth/helpers" ) type OAuth struct { diff --git a/appview/xrpcclient/xrpc.go b/appview/xrpcclient/xrpc.go index 2db9889e..36404e49 100644 --- a/appview/xrpcclient/xrpc.go +++ b/appview/xrpcclient/xrpc.go @@ -10,7 +10,7 @@ import ( "github.com/bluesky-social/indigo/api/atproto" "github.com/bluesky-social/indigo/xrpc" indigoxrpc "github.com/bluesky-social/indigo/xrpc" - oauth "tangled.sh/icyphox.sh/atproto-oauth" + oauth "tangled.org/anirudh.fi/atproto-oauth" ) var ( diff --git a/cmd/genjwks/main.go b/cmd/genjwks/main.go index 1a9312e0..74751978 100644 --- a/cmd/genjwks/main.go +++ b/cmd/genjwks/main.go @@ -1,4 +1,4 @@ -// adapted from https://tangled.sh/icyphox.sh/atproto-oauth +// adapted from https://tangled.org/anirudh.fi/atproto-oauth package main diff --git a/go.mod b/go.mod index f122a84c..a5e519bc 100644 --- a/go.mod +++ b/go.mod @@ -40,7 +40,7 @@ require ( github.com/urfave/cli/v3 v3.3.3 github.com/whyrusleeping/cbor-gen v0.3.1 github.com/wyatt915/goldmark-treeblood v0.0.0-20250825231212-5dcbdb2f4b57 - github.com/yuin/goldmark v1.7.12 + github.com/yuin/goldmark v1.7.13 github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc golang.org/x/crypto v0.40.0 golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b @@ -48,7 +48,7 @@ require ( golang.org/x/sync v0.16.0 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da gopkg.in/yaml.v3 v3.0.1 - tangled.sh/icyphox.sh/atproto-oauth v0.0.0-20250724194903-28e660378cb1 + tangled.org/anirudh.fi/atproto-oauth v0.0.0-20251004062652-69f4561572b5 ) require ( diff --git a/go.sum b/go.sum index 09687f3b..79435e00 100644 --- a/go.sum +++ b/go.sum @@ -436,8 +436,8 @@ github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1 github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= github.com/yuin/goldmark v1.4.15/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= -github.com/yuin/goldmark v1.7.12 h1:YwGP/rrea2/CnCtUHgjuolG/PnMxdQtPMO5PvaE2/nY= -github.com/yuin/goldmark v1.7.12/go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg= +github.com/yuin/goldmark v1.7.13 h1:GPddIs617DnBLFFVJFgpo1aBfe/4xcvMc3SB5t/D0pA= +github.com/yuin/goldmark v1.7.13/go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg= github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc h1:+IAOyRda+RLrxa1WC7umKOZRsGq4QrFFMYApOeHzQwQ= github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc/go.mod h1:ovIvrum6DQJA4QsJSovrkC4saKHQVs7TvcaeO8AIl5I= gitlab.com/yawning/secp256k1-voi v0.0.0-20230925100816-f2616030848b h1:CzigHMRySiX3drau9C6Q5CAbNIApmLdat5jPMqChvDA= @@ -652,7 +652,7 @@ gotest.tools/v3 v3.5.2/go.mod h1:LtdLGcnqToBH83WByAAi/wiwSFCArdFIUV/xxN4pcjA= honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= lukechampine.com/blake3 v1.4.1 h1:I3Smz7gso8w4/TunLKec6K2fn+kyKtDxr/xcQEN84Wg= lukechampine.com/blake3 v1.4.1/go.mod h1:QFosUxmjB8mnrWFSNwKmvxHpfY72bmD2tQ0kBMM3kwo= -tangled.sh/icyphox.sh/atproto-oauth v0.0.0-20250724194903-28e660378cb1 h1:z1os1aRIqeo5e8d0Tx7hk+LH8OdZZeIOY0zw9VB/ZoU= -tangled.sh/icyphox.sh/atproto-oauth v0.0.0-20250724194903-28e660378cb1/go.mod h1:+oQi9S6IIDll0nxLZVhuzOPX8WKLCYEnE6M5kUKupDg= +tangled.org/anirudh.fi/atproto-oauth v0.0.0-20251004062652-69f4561572b5 h1:EpQ9MT09jSf4Zjs1+yFvB4CD/fBkFdx8UaDJDwO1Jk8= +tangled.org/anirudh.fi/atproto-oauth v0.0.0-20251004062652-69f4561572b5/go.mod h1:BQFGoN2V+h5KtgKsQgWU73R55ILdDy/R5RZTrZi6wog= tangled.sh/oppi.li/go-gitdiff v0.8.2 h1:pASJJNWaFn6EmEIUNNjHZQ3stRu6BqTO2YyjKvTcxIc= tangled.sh/oppi.li/go-gitdiff v0.8.2/go.mod h1:WWAk1Mc6EgWarCrPFO+xeYlujPu98VuLW3Tu+B/85AE= diff --git a/nix/gomod2nix.toml b/nix/gomod2nix.toml index 78354cd0..a6028879 100644 --- a/nix/gomod2nix.toml +++ b/nix/gomod2nix.toml @@ -527,6 +527,6 @@ schema = 3 [mod."lukechampine.com/blake3"] version = "v1.4.1" hash = "sha256-HaZGo9L44ptPsgxIhvKy3+0KZZm1+xt+cZC1rDQA9Yc=" - [mod."tangled.sh/icyphox.sh/atproto-oauth"] + [mod."tangled.org/anirudh.fi/atproto-oauth"] version = "v0.0.0-20250724194903-28e660378cb1" hash = "sha256-z7huwCTTHqLb1hxQW62lz9GQ3Orqt4URfeOVhQVd1f8="