alpha
Login
or
Join now
anhgelus.world
/
small-web
Star
1
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Welcome to anhgelus's logs.
anhgelus.world
standard-site
go
markdown
indie
brutalist
small-web
atproto
Star
1
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
build(go): update goat-site to v0.2.2
author
Anhgelus Morhtuuzh
date
2 days ago
(Jun 26, 2026, 11:54 AM +0200)
commit
fe1c1e86
fe1c1e86b4fdf8d79a3eba6be74e89638ce46a89
parent
89b663d0
89b663d0b7a8c61a946bf26be624fa0fae6be41c
+3
-2
3 changed files
Expand all
Collapse all
Unified
Split
go.mod
go.sum
package.json
+1
-1
go.mod
Reviewed
···
3
3
go 1.26.0
4
4
5
5
require (
6
6
-
anhgelus.world/goat-site v0.2.1
6
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
Reviewed
···
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
3
+
anhgelus.world/goat-site v0.2.2 h1:Fpk83is+IkBJGqbJ7kpxiZhzAOEqAJHPRlOop/e+WZ4=
4
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
Reviewed
···
10
10
"format": "prettier . --write"
11
11
},
12
12
"devDependencies": {
13
13
-
"@types/bun": "latest",
14
13
"prettier": "^3.7.4",
15
14
"prettier-plugin-go-template": "^0.0.15"
16
15
},