go.mod 188 B

12345678910
  1. module github.com/JamZYM/golagrange
  2. go 1.22.2
  3. require github.com/gorilla/websocket v1.5.1
  4. require (
  5. github.com/joho/godotenv v1.5.1 // indirect
  6. golang.org/x/net v0.17.0 // indirect
  7. )