mirror of
https://github.com/1f349/mail.1f349.com.git
synced 2024-11-09 22:32:52 +00:00
19 lines
389 B
Modula-2
19 lines
389 B
Modula-2
module test_server
|
|
|
|
go 1.21.3
|
|
|
|
require (
|
|
github.com/1f349/mjwt v0.2.0
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
|
github.com/google/uuid v1.4.0
|
|
github.com/gorilla/websocket v1.5.1
|
|
github.com/rs/cors v1.10.1
|
|
)
|
|
|
|
require (
|
|
github.com/becheran/wildmatch-go v1.0.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|