Skip to content

Commit 29fcb4a

Browse files
committed
build: switch to recent buger/jsonparser
Signed-off-by: Leonardo Di Donato <[email protected]>
1 parent 267e567 commit 29fcb4a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/leodido/caddy-jsonselect-encoder
33
go 1.16
44

55
require (
6-
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23
6+
github.com/buger/jsonparser v1.1.2-0.20210620171241-dc92d6932a12
77
github.com/caddyserver/caddy/v2 v2.4.3
88
go.uber.org/zap v1.17.0
99
)

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@ github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kB
9090
github.com/bombsimon/wsl/v2 v2.0.0/go.mod h1:mf25kr/SqFEPhhcxW1+7pxzGlW+hIl/hYTKY95VwV8U=
9191
github.com/boombuler/barcode v1.0.0/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8=
9292
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=
9493
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=
9596
github.com/caddyserver/caddy/v2 v2.4.3 h1:Y1FaV2N4WO3rBqxSYA8UZsZTQdN+PwcoOcAiZTM8C0I=
9697
github.com/caddyserver/caddy/v2 v2.4.3/go.mod h1:kyVbYM0adP2O8zl7hrkwYh2V7nQxDQRyXh0AEi30L5g=
9798
github.com/caddyserver/certmagic v0.14.0 h1:XW1o32s7smIYEJSc6g+N8YXljpjRo5ZE2zi3CIYTs74=

0 commit comments

Comments
 (0)