added glob matching

This commit is contained in:
2026-02-01 20:01:54 +11:00
parent d7179a57da
commit 5b4fe91c55
6 changed files with 55 additions and 22 deletions

5
go.mod
View File

@@ -6,8 +6,8 @@ require (
git.haelnorr.com/h/golib/env v0.9.1
git.haelnorr.com/h/golib/ezconf v0.1.1
git.haelnorr.com/h/golib/hlog v0.10.4
git.haelnorr.com/h/golib/hws v0.4.3
git.haelnorr.com/h/golib/hwsauth v0.5.3
git.haelnorr.com/h/golib/hws v0.4.4
git.haelnorr.com/h/golib/hwsauth v0.5.4
git.haelnorr.com/h/golib/notify v0.1.0
github.com/a-h/templ v0.3.977
github.com/coder/websocket v1.8.14
@@ -19,6 +19,7 @@ require (
)
require (
github.com/gobwas/glob v0.2.3 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
golang.org/x/crypto v0.47.0 // indirect
)