gofoomo/go.mod
2020-07-06 13:35:42 +02:00

12 lines
279 B
Modula-2

module github.com/foomo/gofoomo
go 1.14
require (
github.com/abbot/go-http-auth v0.4.0
github.com/bgentry/speakeasy v0.1.0
github.com/foomo/htpasswd v0.0.0-20200116085101-e3a90e78da9c
github.com/foomo/tlsconfig v0.0.0-20180418120404-b67861b076c9
gopkg.in/yaml.v2 v2.3.0
)