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

12345678910111213141516171819202122232425
  1. module github.com/oragono/oragono
  2. go 1.15
  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/dgrijalva/jwt-go v3.2.0+incompatible
  7. github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
  8. github.com/go-sql-driver/mysql v1.5.0
  9. github.com/go-test/deep v1.0.6 // indirect
  10. github.com/gorilla/websocket v1.4.2
  11. github.com/goshuirc/irc-go v0.0.0-20201228002532-4e36cb3f41f1
  12. github.com/onsi/ginkgo v1.12.0 // indirect
  13. github.com/onsi/gomega v1.9.0 // indirect
  14. github.com/oragono/confusables v0.0.0-20201108231250-4ab98ab61fb1
  15. github.com/oragono/go-ident v0.0.0-20200511222032-830550b1d775
  16. github.com/stretchr/testify v1.4.0 // indirect
  17. github.com/tidwall/buntdb v1.1.4
  18. github.com/toorop/go-dkim v0.0.0-20201103131630-e1cd1a0a5208
  19. golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
  20. golang.org/x/sys v0.0.0-20201107080550-4d91cf3a1aaf // indirect
  21. golang.org/x/text v0.3.4
  22. gopkg.in/yaml.v2 v2.3.0
  23. )