12 lines
240 B
Modula-2
12 lines
240 B
Modula-2
module github.com/yourname/cyrene-ai/gateway
|
|
|
|
go 1.26.2
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.10.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/redis/go-redis/v9 v9.7.0
|
|
golang.org/x/time v0.8.0
|
|
)
|