all repos — homestead @ 445c43ef8b981bfacc8b465b3997da413370043f

Code for my website

use redis notifications to update website

Alan Pearce
commit

445c43ef8b981bfacc8b465b3997da413370043f

parent

fd0f99dffb49f29531d1974a638c0ce883bf5db7

1 file changed, 5 insertions(+), 1 deletion(-)

changed files
M go.modgo.mod
@@ -17,14 +17,17 @@ github.com/deckarep/golang-set/v2 v2.6.0
github.com/fatih/structtag v1.2.0 github.com/fsnotify/fsnotify v1.7.0 github.com/go-git/go-git/v5 v5.12.0 + github.com/google/renameio/v2 v2.0.0 github.com/kevinpollet/nego v0.0.0-20211010160919-a65cd48cee43 github.com/klauspost/compress v1.17.11 github.com/osdevisnot/sorvor v0.4.4 + 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.4 gitlab.com/tozd/go/errors v0.8.1 go.alanpearce.eu/x v0.0.0-20241203124832-a29434dba11a + go.uber.org/zap v1.27.0 modernc.org/sqlite v1.34.5 )
@@ -40,9 +43,11 @@ github.com/benpate/domain v0.2.2 // indirect
github.com/benpate/exp v0.8.3 // indirect github.com/benpate/remote v0.16.0 // indirect github.com/benpate/rosetta v0.21.2 // indirect + github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/cloudflare/circl v1.3.9 // indirect github.com/cyphar/filepath-securejoin v0.2.5 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect + github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect github.com/dustin/go-humanize v1.0.1 // indirect github.com/emirpasic/gods v1.18.1 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
@@ -68,7 +73,6 @@ github.com/sykesm/zap-logfmt v0.0.4 // indirect
github.com/thessem/zap-prettyconsole v0.5.0 // indirect github.com/xanzy/ssh-agent v0.3.3 // indirect go.uber.org/multierr v1.11.0 // indirect - go.uber.org/zap v1.27.0 // indirect golang.org/x/crypto v0.31.0 // indirect golang.org/x/net v0.33.0 // indirect golang.org/x/sys v0.28.0 // indirect