diff options
author | Dominic Evans <[email protected]> | 2021-08-23 23:58:55 +0100 |
---|---|---|
committer | Dave Anderson <[email protected]> | 2021-08-24 10:14:24 -0700 |
commit | 2825d768aaaef27e854631354415484406b1bc92 (patch) | |
tree | b320c95260816ee5c4fbb49e9a7c03b7aa9ebf16 /go.sum | |
parent | b6bb9b5b82524122bcf27291ede32d1517a14ab8 (diff) |
fix(test): update travis and e2e selfSignedCert fn
- add go.mod/go.sum
- update .travis.yml to test against supported Go versions
- drop golint from CI checks
To satisfy modern Go crypto in the tlsrouter e2e_test.go:
- bump RSA keysize to minimum 2048 bits
- set NotBefore to valid recent timestamp
- include CommonName in SANs
Signed-off-by: Dominic Evans <[email protected]>
Diffstat (limited to 'go.sum')
-rw-r--r-- | go.sum | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +github.com/armon/go-proxyproto v0.0.0-20210323213023-7e956b284f0a h1:AP/vsCIvJZ129pdm9Ek7bH7yutN3hByqsMoNrWAxRQc= +github.com/armon/go-proxyproto v0.0.0-20210323213023-7e956b284f0a/go.mod h1:QmP9hvJ91BbJmGVGSbutW19IC0Q9phDCLGaomwTJbgU= |