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.

go.mod 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. module github.com/ergochat/ergo
  2. go 1.17
  3. require (
  4. code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
  5. github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962
  6. github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
  7. github.com/ergochat/confusables v0.0.0-20201108231250-4ab98ab61fb1
  8. github.com/ergochat/go-ident v0.0.0-20200511222032-830550b1d775
  9. github.com/ergochat/irc-go v0.0.0-20210617222258-256f1601d3ce
  10. github.com/go-sql-driver/mysql v1.6.0
  11. github.com/go-test/deep v1.0.6 // indirect
  12. github.com/golang-jwt/jwt v3.2.1+incompatible
  13. github.com/gorilla/websocket v1.4.2
  14. github.com/okzk/sdnotify v0.0.0-20180710141335-d9becc38acbd
  15. github.com/onsi/ginkgo v1.12.0 // indirect
  16. github.com/onsi/gomega v1.9.0 // indirect
  17. github.com/stretchr/testify v1.4.0 // indirect
  18. github.com/tidwall/buntdb v1.2.6
  19. github.com/toorop/go-dkim v0.0.0-20201103131630-e1cd1a0a5208
  20. github.com/xdg-go/scram v1.0.2
  21. golang.org/x/crypto v0.0.0-20210415154028-4f45737414dc
  22. golang.org/x/text v0.3.6
  23. gopkg.in/yaml.v2 v2.4.0
  24. )
  25. require (
  26. github.com/tidwall/btree v0.6.0 // indirect
  27. github.com/tidwall/gjson v1.8.0 // indirect
  28. github.com/tidwall/grect v0.1.2 // indirect
  29. github.com/tidwall/match v1.0.3 // indirect
  30. github.com/tidwall/pretty v1.1.0 // indirect
  31. github.com/tidwall/rtred v0.1.2 // indirect
  32. github.com/tidwall/tinyqueue v0.1.1 // indirect
  33. github.com/xdg-go/pbkdf2 v1.0.0 // indirect
  34. golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
  35. golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
  36. )
  37. replace github.com/gorilla/websocket => github.com/ergochat/websocket v1.4.2-oragono1
  38. replace github.com/xdg-go/scram => github.com/ergochat/scram v1.0.2-ergo1