A simple way to handle form submissions from static websites.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
231 B

module git.jlel.se/jlelse/mailygo
go 1.14
require (
github.com/caarlos0/env/v6 v6.2.1
github.com/google/safebrowsing v0.0.0-20190624211811-bbf0d20d26b3
github.com/microcosm-cc/bluemonday v1.0.3-0.20191119130333-0a75d7616912
)