fake-smtp/go.mod

20 lines
585 B
Modula-2
Raw Normal View History

2020-04-17 17:53:01 +02:00
module forge.cadoles.com/wpetit/fake-smtp
go 1.14
require (
github.com/asdine/storm/v3 v3.1.1
github.com/caarlos0/env/v6 v6.2.1
2020-11-05 19:48:18 +01:00
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
2020-04-17 17:53:01 +02:00
github.com/emersion/go-smtp v0.12.1
github.com/go-chi/chi v4.1.1+incompatible
github.com/jhillyerd/enmime v0.8.0
github.com/microcosm-cc/bluemonday v1.0.2
github.com/pkg/errors v0.9.1
2020-11-03 11:48:38 +01:00
gitlab.com/wpetit/goweb v0.0.0-20200707070104-985ce3eba3c2
2020-04-17 17:53:01 +02:00
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
gopkg.in/yaml.v2 v2.2.8
)
// replace gitlab.com/wpetit/goweb => ../goweb