go.mod 441 B

12345678910111213141516
  1. module ouchn
  2. go 1.13
  3. require (
  4. git.getensh.com/common/gopkgs v0.0.0-20210915025602-d8c409cb114d
  5. github.com/fsnotify/fsnotify v1.4.9
  6. github.com/smartystreets/assertions v1.0.1 // indirect
  7. github.com/spf13/viper v1.7.1
  8. github.com/syndtr/goleveldb v1.0.0
  9. github.com/tebeka/selenium v0.9.9
  10. github.com/tidwall/gjson v1.6.0
  11. go.uber.org/zap v1.16.0 // indirect
  12. google.golang.org/grpc v1.37.0 // indirect
  13. github.com/tealeg/xlsx v1.0.5
  14. )