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.2KB

12345678910111213141516171819202122232425262728
  1. module github.com/oragono/oragono
  2. go 1.14
  3. require (
  4. code.cloudfoundry.org/bytefmt v0.0.0-20190819182555-854d396b647c
  5. github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
  6. github.com/go-ldap/ldap/v3 v3.1.6
  7. github.com/goshuirc/e-nfa v0.0.0-20160917075329-7071788e3940 // indirect
  8. github.com/goshuirc/irc-go v0.0.0-20190713001546-05ecc95249a0
  9. github.com/mattn/go-colorable v0.1.4
  10. github.com/mattn/go-isatty v0.0.10 // indirect
  11. github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
  12. github.com/oragono/confusables v0.0.0-20190624102032-fe1cf31a24b0
  13. github.com/oragono/go-ident v0.0.0-20170110123031-337fed0fd21a
  14. github.com/tidwall/btree v0.0.0-20191029221954-400434d76274 // indirect
  15. github.com/tidwall/buntdb v1.1.2
  16. github.com/tidwall/gjson v1.3.4 // indirect
  17. github.com/tidwall/grect v0.0.0-20161006141115-ba9a043346eb // indirect
  18. github.com/tidwall/match v1.0.1 // indirect
  19. github.com/tidwall/pretty v1.0.0 // indirect
  20. github.com/tidwall/rtree v0.0.0-20180113144539-6cd427091e0e // indirect
  21. github.com/tidwall/tinyqueue v0.0.0-20180302190814-1e39f5511563 // indirect
  22. golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708
  23. golang.org/x/sys v0.0.0-20191115151921-52ab43148777 // indirect
  24. golang.org/x/text v0.3.2
  25. gopkg.in/yaml.v2 v2.2.5
  26. )