migrate from github

This commit is contained in:
2026-07-15 22:50:29 +08:00
commit 32eb986565
11 changed files with 512 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
module github.com/XingfenD/yoresee_doc/collab-go
go 1.24.0
toolchain go1.24.1
require (
github.com/caarlos0/env/v11 v11.4.0
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/gorilla/websocket v1.5.1
google.golang.org/grpc v1.79.2
google.golang.org/protobuf v1.36.10
)
require (
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
)