Files
Squid 2605c3b346 Add users and network settings tabs with admin protections.
List and delete accounts with last-admin and Administrators-group guards, and expose editable network settings via the configuration UI.
2026-07-18 15:18:01 +02:00

14 lines
264 B
AMPL

module codeberg.org/SquidSE/ClusterCanvas/service
go 1.25.0
require (
github.com/pquerna/otp v1.5.0
golang.org/x/crypto v0.54.0
)
require (
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
golang.org/x/sys v0.47.0 // indirect
)