17 lines
382 B
Modula-2
17 lines
382 B
Modula-2
module omixlab.com/mosis-portal
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.0.12
|
|
github.com/go-playground/validator/v10 v10.19.0
|
|
github.com/golang-jwt/jwt/v5 v5.2.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/spf13/cobra v1.8.0
|
|
github.com/spf13/viper v1.18.2
|
|
golang.org/x/crypto v0.21.0
|
|
golang.org/x/image v0.15.0
|
|
golang.org/x/oauth2 v0.18.0
|
|
modernc.org/sqlite v1.29.5
|
|
)
|