summaryrefslogtreecommitdiff
path: root/go.sum
diff options
context:
space:
mode:
authorDominic Evans <[email protected]>2021-08-23 23:58:55 +0100
committerDave Anderson <[email protected]>2021-08-24 10:14:24 -0700
commit2825d768aaaef27e854631354415484406b1bc92 (patch)
treeb320c95260816ee5c4fbb49e9a7c03b7aa9ebf16 /go.sum
parentb6bb9b5b82524122bcf27291ede32d1517a14ab8 (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.sum2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.sum b/go.sum
new file mode 100644
index 0000000..de51fb1
--- /dev/null
+++ b/go.sum
@@ -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=