File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/leodido/caddy-jsonselect-encoder
3
3
go 1.16
4
4
5
5
require (
6
- github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23
6
+ github.com/buger/jsonparser v1.1.2-0.20210620171241-dc92d6932a12
7
7
github.com/caddyserver/caddy/v2 v2.4.3
8
8
go.uber.org/zap v1.17.0
9
9
)
Original file line number Diff line number Diff line change @@ -90,8 +90,9 @@ github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kB
90
90
github.com/bombsimon/wsl/v2 v2.0.0 /go.mod h1:mf25kr/SqFEPhhcxW1+7pxzGlW+hIl/hYTKY95VwV8U =
91
91
github.com/boombuler/barcode v1.0.0 /go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8 =
92
92
github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625 /go.mod h1:HYsPBTaaSFSlLx/70C2HPIMNZpVV8+vt/A+FMnYP11g =
93
- github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23 h1:D21IyuvjDCshj1/qq+pCNd3VZOAEI9jy6Bi131YlXgI =
94
93
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23 /go.mod h1:bbYlZJ7hK1yFx9hf58LP0zeX7UjIGs20ufpu3evjr+s =
94
+ github.com/buger/jsonparser v1.1.2-0.20210620171241-dc92d6932a12 h1:nmnGdW9DwOvOul97rHFt7JPhUHm/8Srz5H9H5U199YI =
95
+ github.com/buger/jsonparser v1.1.2-0.20210620171241-dc92d6932a12 /go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0 =
95
96
github.com/caddyserver/caddy/v2 v2.4.3 h1:Y1FaV2N4WO3rBqxSYA8UZsZTQdN+PwcoOcAiZTM8C0I =
96
97
github.com/caddyserver/caddy/v2 v2.4.3 /go.mod h1:kyVbYM0adP2O8zl7hrkwYh2V7nQxDQRyXh0AEi30L5g =
97
98
github.com/caddyserver/certmagic v0.14.0 h1:XW1o32s7smIYEJSc6g+N8YXljpjRo5ZE2zi3CIYTs74 =
You can’t perform that action at this time.
0 commit comments