adding secure middleware to enforce security headers, most of the options can be configured via env variables adding prefix for mcs env variables adding http redirect to https, adding csp report only, etc solving conflicts passing tls port configured by cli to secure middleware update go.sum adding default port, tlsport, host and tlshostname fix tlsport bug
24 lines
807 B
Modula-2
24 lines
807 B
Modula-2
module github.com/minio/mcs
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/elazarl/go-bindata-assetfs v1.0.0
|
|
github.com/go-openapi/errors v0.19.4
|
|
github.com/go-openapi/loads v0.19.5
|
|
github.com/go-openapi/runtime v0.19.12
|
|
github.com/go-openapi/spec v0.19.7
|
|
github.com/go-openapi/strfmt v0.19.5
|
|
github.com/go-openapi/swag v0.19.8
|
|
github.com/go-openapi/validate v0.19.7
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/minio/cli v1.22.0
|
|
github.com/minio/m3/mcs v0.0.0-20200402043742-b25a986a7344 // indirect
|
|
github.com/minio/mc v0.0.0-20200403024131-4d36c1f8b856
|
|
github.com/minio/minio v0.0.0-20200327214830-6f992134a25f
|
|
github.com/minio/minio-go/v6 v6.0.51-0.20200401083717-eadbcae2a0e6
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/unrolled/secure v1.0.7
|
|
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
|
|
)
|