nice clean recipes pear.dunkirk.sh
recipes
1
fork

Configure Feed

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

at main 13 lines 271 B view raw
1module tangled.org/dunkirk.sh/pear 2 3go 1.26 4 5require ( 6 github.com/aquilax/cooklang-go v0.2.0 7 github.com/go-chi/chi/v5 v5.2.5 8 github.com/joho/godotenv v1.5.1 9 github.com/mattn/go-sqlite3 v1.14.42 10 golang.org/x/net v0.53.0 11) 12 13require gopkg.in/yaml.v3 v3.0.1 // indirect