Files
nexus/go.mod
2026-07-14 05:53:25 -05:00

9 lines
128 B
Modula-2

module git.arcline.it/ArclineIT/nexus
go 1.22
require (
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/google/uuid v1.6.0
)