From e5dc76b05406ece7e2c1a9567bb18a47d7873793 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Wed, 8 Apr 2020 15:39:23 -0600 Subject: caddyhttp: CEL matcher checks return type; slight refactor As per https://github.com/caddyserver/caddy/issues/3051#issuecomment-611200414 --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 4964196..9560db6 100644 --- a/go.mod +++ b/go.mod @@ -10,6 +10,7 @@ require ( github.com/cenkalti/backoff/v4 v4.0.2 // indirect github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac github.com/go-acme/lego/v3 v3.5.0 + github.com/gogo/protobuf v1.3.1 github.com/google/cel-go v0.4.1 github.com/jsternberg/zap-logfmt v1.2.0 github.com/klauspost/compress v1.10.3 -- cgit v1.2.3