You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
552 B
21 lines
552 B
module systemdesigngame |
|
|
|
go 1.23.0 |
|
|
|
toolchain go1.23.10 |
|
|
|
require ( |
|
github.com/golang-jwt/jwt/v5 v5.2.2 |
|
github.com/gorilla/mux v1.8.1 |
|
github.com/gorilla/websocket v1.5.3 |
|
github.com/joho/godotenv v1.5.1 |
|
github.com/potproject/claude-sdk-go v1.3.2 |
|
github.com/tursodatabase/libsql-client-go v0.0.0-20240902231107-85af5b9d094d |
|
) |
|
|
|
require ( |
|
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect |
|
github.com/coder/websocket v1.8.12 // indirect |
|
github.com/tmaxmax/go-sse v0.8.0 // indirect |
|
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect |
|
)
|
|
|