Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/buger/jsonparser from 1.0.0 to 1.1.1 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/guoyk93/esbridge
go 1.14

require (
github.com/buger/jsonparser v1.0.0
github.com/buger/jsonparser v1.1.1
github.com/guoyk93/conc v1.1.1
github.com/guoyk93/esexporter v1.4.0
github.com/guoyk93/iocount v1.0.0
Expand Down
5 changes: 2 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/QcloudApi/qcloud_sign_golang v0.0.0-20141224014652-e4130a326409/go.mod h1:1pk82RBxDY/JZnPQrtqHlUFfCctgdorsd9M06fMynOM=
github.com/buger/jsonparser v1.0.0 h1:etJTGF5ESxjI0Ic2UaLQs2LQQpa8G9ykQScukbh4L8A=
github.com/buger/jsonparser v1.0.0/go.mod h1:tgcrVJ81GPSF0mz+0nu1Xaz0fazGPrmmJfJtxjbHhUQ=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand All @@ -19,7 +19,6 @@ github.com/guoyk93/esexporter v1.4.0 h1:60XEL+K11bWt56owatMMc2F+1YrEcrPQyr+4SbD2
github.com/guoyk93/esexporter v1.4.0/go.mod h1:Fr5ioXETupYrQczUlzBlVJX6XVKRaJr6kfGDLqXdghg=
github.com/guoyk93/iocount v1.0.0 h1:W/wcX2SWvxW7LwfyMTaori1Lfu0Z5KwdpYgpRRE6lL8=
github.com/guoyk93/iocount v1.0.0/go.mod h1:liRY2VKoMqynnZEiKVtC4FTl0VX9QQibmm+nHBHZR7s=
github.com/guoyk93/logutil v1.0.0 h1:yoVVh4EuAoN1viBrP7ZnVijvatwrRfIDrm2SGprlHJ0=
github.com/guoyk93/logutil v1.0.0/go.mod h1:HszSIxq8EecplH+383axY9UznRsyL+ojVCtmqIsgemU=
github.com/guoyk93/logutil v1.0.1 h1:ovHOL3Xmp0qkH02q1NTBm26X6T/K3sPkzpfvbehcmoo=
github.com/guoyk93/logutil v1.0.1/go.mod h1:HszSIxq8EecplH+383axY9UznRsyL+ojVCtmqIsgemU=
Expand Down
3 changes: 3 additions & 0 deletions vendor/github.com/buger/jsonparser/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/buger/jsonparser/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions vendor/github.com/buger/jsonparser/bytes_unsafe.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

108 changes: 108 additions & 0 deletions vendor/github.com/buger/jsonparser/fuzz.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/buger/jsonparser/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions vendor/github.com/buger/jsonparser/oss-fuzz-build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading