mirror of
https://github.com/1f349/admin.1f349.com.git
synced 2024-11-09 22:32:57 +00:00
19 lines
355 B
Modula-2
19 lines
355 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.5.0
|
|
github.com/google/uuid v1.3.1
|
|
github.com/rs/cors v1.10.1
|
|
)
|
|
|
|
require github.com/becheran/wildmatch-go v1.0.0 // indirect
|
|
|
|
require (
|
|
github.com/1f349/mjwt v0.2.1
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|