Welcome to anhgelus's logs. anhgelus.world
standard-site go markdown indie brutalist small-web atproto
1

Configure Feed

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

build(go): update goat-site to v0.2.2

+3 -2
+1 -1
go.mod
··· 3 3 go 1.26.0 4 4 5 5 require ( 6 - anhgelus.world/goat-site v0.2.1 6 + anhgelus.world/goat-site v0.2.2 7 7 anhgelus.world/ljus v0.2.1 8 8 anhgelus.world/xrpc v0.6.3 9 9 github.com/mattn/go-sqlite3 v1.14.33
+2
go.sum
··· 1 1 anhgelus.world/goat-site v0.2.1 h1:E93poOI6G5mR3BxfRGza2vo9iMogxnB/+9s6TRDZce8= 2 2 anhgelus.world/goat-site v0.2.1/go.mod h1:zonpD1jjiakYP2uPD6NjQmpPULXArA4z8p2J4w/XYOk= 3 + anhgelus.world/goat-site v0.2.2 h1:Fpk83is+IkBJGqbJ7kpxiZhzAOEqAJHPRlOop/e+WZ4= 4 + anhgelus.world/goat-site v0.2.2/go.mod h1:aGIO8Eft56m++r1c+uJv8fxxFRT6Rr9PSJopsATSy/8= 3 5 anhgelus.world/ljus v0.2.1 h1:qHNQrrPXbelaJKJJzti4e3cKLo+Sx1TOjgmWn8oMu4I= 4 6 anhgelus.world/ljus v0.2.1/go.mod h1:q9MOlvI49rGReUPC9AYznAs/c1zTB5BM9bHpPqy6C+s= 5 7 anhgelus.world/xrpc v0.6.3 h1:xP3gZi36Kk1XlXuxZkSIhj6XVs2KXIV9h3nt3NllJxY=
-1
package.json
··· 10 10 "format": "prettier . --write" 11 11 }, 12 12 "devDependencies": { 13 - "@types/bun": "latest", 14 13 "prettier": "^3.7.4", 15 14 "prettier-plugin-go-template": "^0.0.15" 16 15 },