diff options
author | Francis Lavoie <[email protected]> | 2022-08-31 17:01:30 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-31 15:01:30 -0600 |
commit | d4d8bbcfc64d1194079cae35697709f6d267d02f (patch) | |
tree | 8617401e3560f1eb5986878747180862822d4d4c /go.mod | |
parent | 68d8ac9802c5e7bf5bf55d1a3c1db634edc93999 (diff) | |
download | caddy-d4d8bbcfc64d1194079cae35697709f6d267d02f.tar.gz caddy-d4d8bbcfc64d1194079cae35697709f6d267d02f.zip |
events: Implement event system (#4912)
Co-authored-by: Matt Holt <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ require ( github.com/Masterminds/sprig/v3 v3.2.2 github.com/alecthomas/chroma v0.10.0 github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b - github.com/caddyserver/certmagic v0.16.3 + github.com/caddyserver/certmagic v0.17.0 github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac github.com/go-chi/chi v4.1.2+incompatible github.com/google/cel-go v0.12.4 |