GoAT Site is library that implements Standard.site in Go.
atprotocol standard-site atproto library
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(go): update xrpc to v0.2.0

+3 -1
+1 -1
go.mod
··· 5 5 require ( 6 6 golang.org/x/net v0.52.0 7 7 pgregory.net/rapid v1.2.0 8 - tangled.org/anhgelus.world/xrpc v0.1.0 8 + tangled.org/anhgelus.world/xrpc v0.2.0 9 9 )
+2
go.sum
··· 4 4 pgregory.net/rapid v1.2.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04= 5 5 tangled.org/anhgelus.world/xrpc v0.1.0 h1:IFPgCf2c5j6c5IJmUx/Jid0MZdYJRxlxYAoLMF+nMRs= 6 6 tangled.org/anhgelus.world/xrpc v0.1.0/go.mod h1:DW43uo9DKZHVN9fiH6lAYVQ+0cfSLoceo7aE5lE1jjw= 7 + tangled.org/anhgelus.world/xrpc v0.2.0 h1:8KGSgMM0ppVi+VomeRcZrtxDaumpV6TmEoKc7vR4zt8= 8 + tangled.org/anhgelus.world/xrpc v0.2.0/go.mod h1:DW43uo9DKZHVN9fiH6lAYVQ+0cfSLoceo7aE5lE1jjw=