go.mod 116 B

12345678
  1. module main
  2. go 1.19
  3. require (
  4. github.com/gorilla/websocket v1.5.0
  5. github.com/kelseyhightower/envconfig v1.4.0
  6. )