summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-06-13 11:20:43 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-06-13 11:20:43 -0600
commitb8e7453fef3dac6036403bc384eec96becff5114 (patch)
treec9911fdbfd5efa6957588e192dce512603472e1a /go.mod
parentf93dab755baa7d93b1b9a86a78d9ded848b492ba (diff)
Implement brotli encoder; improve validation of other encoders
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 9cb7e4f..b1cdb2a 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,7 @@ go 1.12
require (
github.com/DataDog/zstd v1.4.0 // indirect
+ github.com/andybalholm/brotli v0.0.0-20190430215306-5c318f9037cb // indirect
github.com/dustin/go-humanize v1.0.0
github.com/go-acme/lego v2.6.0+incompatible
github.com/google/go-cmp v0.3.0 // indirect