ui: single footer with version+hash; summarizer gets navbar and channel dropdown; cookie auth redirect on /summarizer
This commit is contained in:
parent
c140b36363
commit
6783f2954d
2 changed files with 5 additions and 37 deletions
2
go.mod
2
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue