fix: upload config without previous config + bump deps

This commit is contained in:
Mikaël Cluseau
2019-12-07 21:09:12 +01:00
parent f43f4fcec4
commit 8ce4e97922
7 changed files with 30 additions and 43 deletions

View File

@ -7,7 +7,7 @@ import (
"path/filepath"
restful "github.com/emicklei/go-restful"
"github.com/mcluseau/go-swagger-ui"
swaggerui "github.com/mcluseau/go-swagger-ui"
"novit.nc/direktil/pkg/cas"
"novit.nc/direktil/local-server/pkg/apiutils"
@ -27,6 +27,8 @@ var (
)
func main() {
log.SetFlags(log.LstdFlags | log.Lshortfile)
flag.Parse()
if *address == "" && *tlsAddress == "" {