Gopkg.toml 687 B

1234567891011121314151617181920212223242526272829303132
  1. [[constraint]]
  2. name = "github.com/go-sql-driver/mysql"
  3. version = "1.3.0"
  4. [[constraint]]
  5. name = "github.com/gomodule/redigo"
  6. version = "~2.0.0"
  7. [[constraint]]
  8. name = "github.com/sirupsen/logrus"
  9. version = "~1.4.2"
  10. [[constraint]]
  11. branch = "master"
  12. name = "golang.org/x/net"
  13. [[constraint]]
  14. name = "gopkg.in/iconv.v1"
  15. version = "~1.1.1"
  16. [[constraint]]
  17. name = "github.com/asaskevich/EventBus"
  18. revision = "68a521d7cbbb7a859c2608b06342f384b3bd5f5a"
  19. # The following locks logrus to a particular version of x/sys
  20. [[override]]
  21. name = "golang.org/x/sys"
  22. revision = "7dca6fe1f43775aa6d1334576870ff63f978f539"
  23. [prune]
  24. go-tests = true
  25. unused-packages = true