面包店
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

go.mod 2.6 KiB

9 ay önce
8 ay önce
9 ay önce
8 ay önce
9 ay önce
8 ay önce
9 ay önce
8 ay önce
9 ay önce
8 ay önce
9 ay önce
8 ay önce
9 ay önce
8 ay önce
9 ay önce
8 ay önce
9 ay önce
8 ay önce
9 ay önce
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. module applet
  2. go 1.15
  3. require (
  4. github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
  5. github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
  6. github.com/antchfx/htmlquery v1.3.0 // indirect
  7. github.com/antchfx/xmlquery v1.3.18 // indirect
  8. github.com/boombuler/barcode v1.0.1
  9. github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
  10. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  11. github.com/forgoer/openssl v0.0.0-20201023062029-c3112b0c8700
  12. github.com/gin-contrib/sessions v0.0.3
  13. github.com/gin-gonic/gin v1.6.3
  14. github.com/go-openapi/spec v0.20.3 // indirect
  15. github.com/go-openapi/swag v0.19.15 // indirect
  16. github.com/go-playground/locales v0.13.0
  17. github.com/go-playground/universal-translator v0.17.0
  18. github.com/go-playground/validator/v10 v10.4.2
  19. github.com/go-redis/redis v6.15.9+incompatible
  20. github.com/go-sql-driver/mysql v1.6.0
  21. github.com/gobwas/glob v0.2.3 // indirect
  22. github.com/gocolly/colly v1.2.0
  23. github.com/golang/protobuf v1.5.2 // indirect
  24. github.com/golang/snappy v0.0.3 // indirect
  25. github.com/gomodule/redigo v2.0.0+incompatible
  26. github.com/gookit/color v1.3.8 // indirect
  27. github.com/gorilla/sessions v1.2.1 // indirect
  28. github.com/jinzhu/copier v0.4.0 // indirect
  29. github.com/json-iterator/go v1.1.10 // indirect
  30. github.com/kennygrant/sanitize v1.2.4 // indirect
  31. github.com/leodido/go-urn v1.2.1 // indirect
  32. github.com/mailru/easyjson v0.7.7 // indirect
  33. github.com/makiuchi-d/gozxing v0.0.0-20210324052758-57132e828831
  34. github.com/mcuadros/go-defaults v1.2.0 // indirect
  35. github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
  36. github.com/modern-go/reflect2 v1.0.1 // indirect
  37. github.com/onsi/ginkgo v1.15.0 // indirect
  38. github.com/onsi/gomega v1.10.5 // indirect
  39. github.com/pkg/errors v0.9.1 // indirect
  40. github.com/qiniu/api.v7/v7 v7.8.2
  41. github.com/robfig/cron/v3 v3.0.1
  42. github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
  43. github.com/smartystreets/goconvey v1.6.4 // indirect
  44. github.com/sony/sonyflake v1.0.0
  45. github.com/stretchr/testify v1.7.0 // indirect
  46. github.com/swaggo/swag v1.7.0
  47. github.com/syyongx/php2go v0.9.4
  48. github.com/temoto/robotstxt v1.1.2 // indirect
  49. github.com/tidwall/gjson v1.7.4
  50. github.com/ugorji/go v1.2.5 // indirect
  51. go.uber.org/multierr v1.6.0 // indirect
  52. go.uber.org/zap v1.16.0
  53. golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
  54. google.golang.org/appengine v1.6.1 // indirect
  55. gopkg.in/natefinch/lumberjack.v2 v2.0.0
  56. gopkg.in/yaml.v2 v2.4.0
  57. honnef.co/go/tools v0.0.1-2020.1.4 // indirect
  58. xorm.io/builder v0.3.9 // indirect
  59. xorm.io/xorm v1.0.7
  60. )