This repository has been archived on 2026-08-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Cyrene/backend/gateway/go.mod
T
2026-05-16 08:26:56 +08:00

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
)