all repos — homestead @ bce267e09a38372b3edf9f6e40a4cc39e4bb1f89

Code for my website

move package domain to alin.ovh

Alan Pearce
commit

bce267e09a38372b3edf9f6e40a4cc39e4bb1f89

parent

31a93c78521108b5c292e4cc0d9152e7e1e5483b

1 file changed, 3 insertions(+), 3 deletions(-)

changed files
M go.modgo.mod
@@ -1,10 +1,12 @@
-module go.alanpearce.eu/homestead +module alin.ovh/homestead go 1.24.0 toolchain go1.24.1 require ( + alin.ovh/gomponents v1.6.0 + alin.ovh/x v1.0.0 github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c github.com/PuerkitoBio/goquery v1.10.2 github.com/Southclaws/fault v0.8.1
@@ -27,8 +29,6 @@ github.com/redis/go-redis/v9 v9.7.1
github.com/snabb/sitemap v1.0.4 github.com/stefanfritsch/goldmark-fences v1.0.0 github.com/yuin/goldmark v1.7.8 - go.alanpearce.eu/gomponents v1.4.0 - go.alanpearce.eu/x v0.0.0-20250213214218-1bdfdc914d6c go.hacdias.com/indielib v0.4.3 go.uber.org/zap v1.27.0 modernc.org/sqlite v1.36.0