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.4.0

+3 -3
+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.3.0 8 + tangled.org/anhgelus.world/xrpc v0.4.0 9 9 )
+2 -2
go.sum
··· 2 2 golang.org/x/net v0.52.0/go.mod h1:R1MAz7uMZxVMualyPXb+VaqGSa3LIaUqk0eEt3w36Sw= 3 3 pgregory.net/rapid v1.2.0 h1:keKAYRcjm+e1F0oAuU5F5+YPAWcyxNNRK2wud503Gnk= 4 4 pgregory.net/rapid v1.2.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04= 5 - tangled.org/anhgelus.world/xrpc v0.3.0 h1:oxCLd9RtUXsl/2XJTl7Lv0voh/v/INnxpTyQmM64VII= 6 - tangled.org/anhgelus.world/xrpc v0.3.0/go.mod h1:DW43uo9DKZHVN9fiH6lAYVQ+0cfSLoceo7aE5lE1jjw= 5 + tangled.org/anhgelus.world/xrpc v0.4.0 h1:Khf8/9I8J6IV1KLqLrqf9a1X6QJUQN3dXjcLZGp2zRg= 6 + tangled.org/anhgelus.world/xrpc v0.4.0/go.mod h1:DW43uo9DKZHVN9fiH6lAYVQ+0cfSLoceo7aE5lE1jjw=