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 969B

123456789101112131415161718192021222324
  1. module github.com/oragono/oragono
  2. go 1.14
  3. require (
  4. code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
  5. github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
  6. github.com/go-ldap/ldap/v3 v3.1.10
  7. github.com/go-sql-driver/mysql v1.5.0
  8. github.com/gorilla/websocket v1.4.2
  9. github.com/goshuirc/e-nfa v0.0.0-20160917075329-7071788e3940 // indirect
  10. github.com/goshuirc/irc-go v0.0.0-20200311142257-57fd157327ac
  11. github.com/onsi/ginkgo v1.12.0 // indirect
  12. github.com/onsi/gomega v1.9.0 // indirect
  13. github.com/oragono/confusables v0.0.0-20190624102032-fe1cf31a24b0
  14. github.com/oragono/go-ident v0.0.0-20200511222032-830550b1d775
  15. github.com/stretchr/testify v1.4.0 // indirect
  16. github.com/tidwall/buntdb v1.1.2
  17. github.com/toorop/go-dkim v0.0.0-20200526084421-76378ae5207e
  18. golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
  19. golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
  20. golang.org/x/text v0.3.2
  21. gopkg.in/yaml.v2 v2.3.0
  22. )