Working through authentication, role and policy basics

This commit is contained in:
2026-04-02 01:51:48 -04:00
parent ace452bce3
commit a70c88342b
7 changed files with 516 additions and 62 deletions

4
go.mod
View File

@@ -1,3 +1,7 @@
module upc
go 1.25.0
require golang.org/x/term v0.41.0
require golang.org/x/sys v0.42.0 // indirect