go.mod 682 B

123456789101112131415161718192021
  1. module git.semlanik.org/semlanik/gostfix
  2. go 1.12
  3. require (
  4. github.com/amsokol/protoc-gen-gotag v0.2.1 // indirect
  5. github.com/fatih/structtag v1.2.0 // indirect
  6. github.com/fsnotify/fsnotify v1.4.7
  7. github.com/golang/protobuf v1.3.4
  8. github.com/google/uuid v1.1.1
  9. github.com/gorilla/sessions v1.2.0
  10. github.com/gorilla/websocket v1.4.1
  11. github.com/jhillyerd/enmime v0.8.0
  12. github.com/lyft/protoc-gen-star v0.4.14 // indirect
  13. github.com/pkg/profile v1.4.0
  14. github.com/spf13/afero v1.2.2 // indirect
  15. go.mongodb.org/mongo-driver v1.3.0
  16. golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
  17. golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
  18. gopkg.in/go-ini/ini.v1 v1.52.0
  19. )