123456789101112131415161718192021 |
- module git.semlanik.org/semlanik/gostfix
- go 1.12
- require (
- github.com/amsokol/protoc-gen-gotag v0.2.1 // indirect
- github.com/fatih/structtag v1.2.0 // indirect
- github.com/fsnotify/fsnotify v1.4.7
- github.com/golang/protobuf v1.3.4
- github.com/google/uuid v1.1.1
- github.com/gorilla/sessions v1.2.0
- github.com/gorilla/websocket v1.4.1
- github.com/jhillyerd/enmime v0.8.0
- github.com/lyft/protoc-gen-star v0.4.14 // indirect
- github.com/pkg/profile v1.4.0
- github.com/spf13/afero v1.2.2 // indirect
- go.mongodb.org/mongo-driver v1.3.0
- golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
- golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
- gopkg.in/go-ini/ini.v1 v1.52.0
- )
|