1234567891011121314151617181920212223 |
- module git.semlanik.org/semlanik/gostfix
- go 1.14
- require (
- github.com/fsnotify/fsnotify v1.4.9
- github.com/golang/protobuf v1.5.2
- github.com/google/uuid v1.1.1
- github.com/gorilla/sessions v1.2.0
- github.com/gorilla/websocket v1.4.2
- github.com/jhillyerd/enmime v0.8.1
- github.com/jsimonetti/berkeleydb v0.0.0-20170815141343-5cde5eaaf78c // indirect
- github.com/pkg/profile v1.5.0
- github.com/semlanik/berkeleydb v0.0.0-20200324082802-7b28da5446c0
- github.com/smartystreets/goconvey v1.6.4 // indirect
- github.com/stretchr/testify v1.6.1 // indirect
- go.mongodb.org/mongo-driver v1.3.5
- golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
- golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9
- google.golang.org/protobuf v1.26.0
- gopkg.in/go-ini/ini.v1 v1.57.0
- gopkg.in/ini.v1 v1.57.0 // indirect
- )
|