Skip to content

Commit 50635ac

Browse files
committed
delegate pretty-ing the JSON to caddy core
The function `caddyconfig.JSONIndent` was removed in caddyserver/caddy@c8557dc Closes #21
1 parent 77eae3f commit 50635ac

File tree

3 files changed

+287
-51
lines changed

3 files changed

+287
-51
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/caddyserver/nginx-adapter
33
go 1.13
44

55
require (
6-
github.com/caddyserver/caddy/v2 v2.0.0
7-
github.com/caddyserver/ntlm-transport v0.1.1-0.20200409193839-5d99ab17e974
6+
github.com/caddyserver/caddy/v2 v2.3.0
7+
github.com/caddyserver/ntlm-transport v0.1.1
88
github.com/hairyhenderson/go-which v0.2.0
99
)

0 commit comments

Comments
 (0)