go.mod 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. module git.eugeniocarvalho.dev/eugeniucarvalho/apicodegen
  2. go 1.13
  3. require (
  4. git.eugeniocarvalho.dev/eugeniucarvalho/gg v1.0.2
  5. git.eugeniocarvalho.dev/eugeniucarvalho/utils v1.0.2
  6. github.com/CloudyKit/fastprinter v0.0.0-20170127035650-74b38d55f37a // indirect
  7. github.com/DataDog/zstd v1.4.4 // indirect
  8. github.com/ahmdrz/goinsta/v2 v2.4.5 // indirect
  9. github.com/aws/aws-sdk-go v1.35.19
  10. github.com/buger/goterm v0.0.0-20200322175922-2f3e71b85129
  11. github.com/dave/jennifer v1.4.0
  12. github.com/davecgh/go-spew v1.1.1
  13. github.com/eugeniucarvalho/validator v0.0.0-20190212223505-9efa4c9aff1a
  14. github.com/flosch/pongo2 v0.0.0-20190707114632-bbf5a6c351f4 // indirect
  15. github.com/fsnotify/fsnotify v1.4.7
  16. github.com/gomodule/redigo v1.7.1-0.20190724094224-574c33c3df38
  17. github.com/gorilla/schema v1.1.0 // indirect
  18. github.com/gorilla/websocket v1.4.1
  19. github.com/iris-contrib/formBinder v5.0.0+incompatible // indirect
  20. github.com/jeremywohl/flatten v1.0.1
  21. github.com/json-iterator/go v1.1.9 // indirect
  22. github.com/kataras/golog v0.0.10
  23. github.com/kataras/iris v11.1.1+incompatible
  24. github.com/kataras/iris/v12 v12.1.3
  25. github.com/pascaldekloe/jwt v1.7.0
  26. github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
  27. github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
  28. github.com/tcnksm/go-input v0.0.0-20180404061846-548a7d7a8ee8 // indirect
  29. github.com/theckman/go-ipdata v0.7.2 // indirect
  30. github.com/xdg/stringprep v1.0.0 // indirect
  31. go.mongodb.org/mongo-driver v1.3.2
  32. golang.org/x/crypto v0.0.0-20191219195013-becbf705a915
  33. golang.org/x/net v0.0.0-20200528225125-3c3fba18258b // indirect
  34. golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
  35. gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
  36. )