mirror of
https://github.com/1f349/admin.1f349.com.git
synced 2024-11-09 22:32:57 +00:00
16 lines
264 B
Modula-2
16 lines
264 B
Modula-2
module test_sever
|
|
|
|
go 1.21.3
|
|
|
|
require (
|
|
github.com/MrMelon54/mjwt v0.1.1
|
|
github.com/golang-jwt/jwt/v4 v4.4.3
|
|
github.com/google/uuid v1.3.1
|
|
github.com/rs/cors v1.10.1
|
|
)
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|