mirror of
https://github.com/foomo/gofoomo.git
synced 2025-10-16 12:25:44 +00:00
12 lines
279 B
Modula-2
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
|
|
)
|