summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-09-02 12:21:41 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-09-02 12:21:41 -0600
commit8e821b5039bd6983814a6b1d11894a649c44f74a (patch)
treeb2bb642a5c8168e1da767936ddc31d1d485056ff /go.mod
parent9d8bff28c2ba0560d98b545c85ddc7504813dca7 (diff)
caddyconfig: Add JSON5 and JSON-C adapters (closes #2735)
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 d63097a..d647344 100644
--- a/go.mod
+++ b/go.mod
@@ -14,12 +14,14 @@ require (
github.com/google/go-cmp v0.3.1 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/huandu/xstrings v1.2.0 // indirect
+ github.com/ilibs/json5 v1.0.1
github.com/imdario/mergo v0.3.7 // indirect
github.com/klauspost/compress v1.7.1-0.20190613161414-0b31f265a57b
github.com/klauspost/cpuid v1.2.1
github.com/kr/pretty v0.1.0 // indirect
github.com/mholt/certmagic v0.6.2
github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
+ github.com/muhammadmuzzammil1998/jsonc v0.0.0-20190902132743-e4903c4dea48
github.com/rs/cors v1.6.0
github.com/russross/blackfriday/v2 v2.0.1
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect