summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatt Holt <mholt@users.noreply.github.com>2020-05-05 12:35:32 -0600
committerGitHub <noreply@github.com>2020-05-05 12:35:32 -0600
commit184e8e9f713bf39e82f4677452998bb003de6e6d (patch)
tree829aa87f9e05a4827638bf29da9c574c9a6249dd /go.mod
parent1e8c9764df94c7b6549dc9f5be618cddc4573d1b (diff)
pki: Embedded ACME server (#3198)
* pki: Initial commit of embedded ACME server (#3021) * reverseproxy: Support auto-managed TLS client certificates (#3021) * A little cleanup after today's review session
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 340cd32..112df91 100644
--- a/go.mod
+++ b/go.mod
@@ -9,6 +9,7 @@ require (
github.com/caddyserver/certmagic v0.10.12
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
github.com/go-acme/lego/v3 v3.6.0
+ github.com/go-chi/chi v4.0.2+incompatible
github.com/gogo/protobuf v1.3.1
github.com/google/cel-go v0.4.1
github.com/jsternberg/zap-logfmt v1.2.0
@@ -20,6 +21,7 @@ require (
github.com/naoina/toml v0.1.1
github.com/smallstep/certificates v0.14.2
github.com/smallstep/cli v0.14.2
+ github.com/smallstep/nosql v0.2.0
github.com/smallstep/truststore v0.9.5
github.com/yuin/goldmark v1.1.28
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691