Gopkg.toml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # Gopkg.toml example
  2. #
  3. # Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
  4. # for detailed Gopkg.toml documentation.
  5. #
  6. # required = ["github.com/user/thing/cmd/thing"]
  7. # ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
  8. #
  9. # [[constraint]]
  10. # name = "github.com/user/project"
  11. # version = "1.0.0"
  12. #
  13. # [[constraint]]
  14. # name = "github.com/user/project2"
  15. # branch = "dev"
  16. # source = "github.com/myfork/project2"
  17. #
  18. # [[override]]
  19. # name = "github.com/x/y"
  20. # version = "2.4.0"
  21. #
  22. # [prune]
  23. # non-go = false
  24. # go-tests = true
  25. # unused-packages = true
  26. [[constraint]]
  27. name = "github.com/PuerkitoBio/goquery"
  28. version = "1.3.0"
  29. [[constraint]]
  30. name = "github.com/astaxie/beego"
  31. version = "1.9.2"
  32. [[constraint]]
  33. name = "github.com/boombuler/barcode"
  34. version = "1.0.0"
  35. [[constraint]]
  36. name = "github.com/go-sql-driver/mysql"
  37. version = "1.3.0"
  38. [[constraint]]
  39. branch = "master"
  40. name = "github.com/kardianos/service"
  41. [[constraint]]
  42. name = "github.com/lifei6671/gocaptcha"
  43. version = "0.1.0"
  44. [[constraint]]
  45. name = "github.com/mattn/go-sqlite3"
  46. version = "1.6.0"
  47. [[constraint]]
  48. branch = "master"
  49. name = "github.com/nfnt/resize"
  50. [[constraint]]
  51. name = "gopkg.in/ldap.v2"
  52. version = "2.5.1"
  53. [prune]
  54. go-tests = true
  55. unused-packages = true