go.mod 444 B

123456789101112131415
  1. module imuslab.com/zoraxy
  2. go 1.16
  3. require (
  4. github.com/boltdb/bolt v1.3.1
  5. github.com/google/uuid v1.3.0 // indirect
  6. github.com/gorilla/sessions v1.2.1
  7. github.com/gorilla/websocket v1.4.2
  8. github.com/grandcat/zeroconf v1.0.0
  9. github.com/oschwald/geoip2-golang v1.8.0
  10. golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
  11. golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1 // indirect
  12. golang.org/x/sys v0.6.0 // indirect
  13. )