go.mod 988 B

1234567891011121314151617181920212223242526
  1. module git.semlanik.org/semlanik/gostfix
  2. go 1.14
  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.9
  7. github.com/golang/protobuf v1.5.2
  8. github.com/google/uuid v1.1.1
  9. github.com/gorilla/sessions v1.2.0
  10. github.com/gorilla/websocket v1.4.2
  11. github.com/jhillyerd/enmime v0.8.1
  12. github.com/jsimonetti/berkeleydb v0.0.0-20170815141343-5cde5eaaf78c // indirect
  13. github.com/lyft/protoc-gen-star v0.6.0 // indirect
  14. github.com/pkg/profile v1.5.0
  15. github.com/semlanik/berkeleydb v0.0.0-20200324082802-7b28da5446c0
  16. github.com/smartystreets/goconvey v1.6.4 // indirect
  17. go.mongodb.org/mongo-driver v1.3.5
  18. golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
  19. golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9
  20. google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
  21. google.golang.org/protobuf v1.26.0
  22. gopkg.in/go-ini/ini.v1 v1.57.0
  23. gopkg.in/ini.v1 v1.57.0 // indirect
  24. )