hugo-mx-gateway/go.mod

10 lines
188 B
Modula-2
Raw Normal View History

2020-05-10 00:02:18 +02:00
module hugo-mx-gateway
go 1.13
require (
2020-06-02 15:29:10 +02:00
github.com/dpapathanasiou/go-recaptcha v0.0.0-20190121160230-be5090b17804
2020-05-10 00:02:18 +02:00
github.com/spf13/viper v1.7.0
gopkg.in/yaml.v2 v2.2.8 // indirect
2020-05-10 00:02:18 +02:00
)