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.

42 lines
1.7 KiB

  1. module hris_go
  2. go 1.17
  3. require (
  4. github.com/Kagami/go-face v0.0.0-20210630145111-0c14797b4d0e
  5. github.com/disintegration/imaging v1.6.2
  6. github.com/esimov/pigo v1.4.6
  7. github.com/gin-gonic/gin v1.8.1
  8. github.com/joho/godotenv v1.4.0
  9. github.com/unixpickle/ffmpego v0.1.4
  10. )
  11. require (
  12. github.com/AlexEidt/Vidio v1.4.2 // indirect
  13. github.com/davidbyttow/govips/v2 v2.11.0 // indirect
  14. github.com/fogleman/gg v1.3.0 // indirect
  15. github.com/gin-contrib/sse v0.1.0 // indirect
  16. github.com/go-playground/locales v0.14.0 // indirect
  17. github.com/go-playground/universal-translator v0.18.0 // indirect
  18. github.com/go-playground/validator/v10 v10.11.1 // indirect
  19. github.com/goccy/go-json v0.9.11 // indirect
  20. github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
  21. github.com/golang/protobuf v1.5.2 // indirect
  22. github.com/json-iterator/go v1.1.12 // indirect
  23. github.com/leodido/go-urn v1.2.1 // indirect
  24. github.com/mattn/go-isatty v0.0.16 // indirect
  25. github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
  26. github.com/modern-go/reflect2 v1.0.2 // indirect
  27. github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
  28. github.com/pelletier/go-toml/v2 v2.0.5 // indirect
  29. github.com/pkg/errors v0.9.1 // indirect
  30. github.com/ugorji/go/codec v1.2.7 // indirect
  31. golang.org/x/crypto v0.0.0-20221005025214-4161e89ecf1b // indirect
  32. golang.org/x/image v0.0.0-20220902085622-e7cb96979f69 // indirect
  33. golang.org/x/net v0.0.0-20221004154528-8021a29435af // indirect
  34. golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
  35. golang.org/x/text v0.3.7 // indirect
  36. google.golang.org/protobuf v1.28.1 // indirect
  37. gopkg.in/yaml.v2 v2.4.0 // indirect
  38. )