ui: single footer with version+hash; summarizer gets navbar and channel dropdown; cookie auth redirect on /summarizer

This commit is contained in:
Thomas Cravey 2025-08-16 20:23:12 -05:00
parent c140b36363
commit 6783f2954d
2 changed files with 5 additions and 37 deletions

2
go.mod
View file

@ -10,6 +10,7 @@ require (
github.com/robfig/cron/v3 v3.0.1
github.com/sashabaranov/go-openai v1.41.1
github.com/sorcix/irc v1.1.4
golang.org/x/net v0.35.0
modernc.org/sqlite v1.38.2
)
@ -24,7 +25,6 @@ require (
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/text v0.22.0 // indirect
modernc.org/libc v1.66.3 // indirect