hugo-mx-gateway/go.mod

10 lines
188 B
Modula-2

module hugo-mx-gateway
go 1.13
require (
github.com/dpapathanasiou/go-recaptcha v0.0.0-20190121160230-be5090b17804
github.com/spf13/viper v1.7.0
gopkg.in/yaml.v2 v2.2.8 // indirect
)