this repo has no description
0
fork

Configure Feed

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

go.mod: specify full version (1.23.0) (#1013)

For the automatic go toolchain stuff to work, we need the full version,
including patch (not just minor)

authored by

bnewbold and committed by
GitHub
d6e162c3 9406097c

+1
+1
go.mod
··· 1 1 module github.com/bluesky-social/indigo 2 2 3 3 go 1.23 4 + toolchain go1.23.8 4 5 5 6 require ( 6 7 github.com/PuerkitoBio/purell v1.2.1