Added certmagic.

This commit is contained in:
Marvin Blum
2019-12-26 00:55:53 +01:00
parent 1f589b8d00
commit 8132e85b6b
5 changed files with 312 additions and 7 deletions

2
go.mod
View File

@@ -5,6 +5,6 @@ go 1.13
require (
github.com/emvi/iso-639-1 v0.0.0-20190602002026-5ad2c26993cd
github.com/emvi/logbuch v0.0.0-20191002134629-fd76a46de20c
github.com/gorilla/mux v1.7.3 // indirect
github.com/mholt/certmagic v0.9.0 // indirect
github.com/rs/cors v1.7.0 // indirect
)