Skip to content

Commit

Permalink
Bump github.com/buger/jsonparser
Browse files Browse the repository at this point in the history
Bumps [github.com/buger/jsonparser](https://github.com/buger/jsonparser) from 0.0.0-20191004114745-ee4c978eae7e to 1.1.1.
- [Release notes](https://github.com/buger/jsonparser/releases)
- [Commits](https://github.com/buger/jsonparser/commits/v1.1.1)

---
updated-dependencies:
- dependency-name: github.com/buger/jsonparser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2023
1 parent de64927 commit e0a982f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/aws/aws-sdk-go v1.43.21
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
github.com/brianvoe/gofakeit/v5 v5.6.2
github.com/buger/jsonparser v0.0.0-20191004114745-ee4c978eae7e
github.com/buger/jsonparser v1.1.1
github.com/bxcodec/faker/v3 v3.3.1
github.com/cenkalti/backoff/v4 v4.0.2
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
Expand Down Expand Up @@ -88,7 +88,6 @@ require (
go.uber.org/zap v1.13.0
golang.org/x/crypto v0.0.0-20220208050332-20e1d8d225ab // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
google.golang.org/protobuf v1.28.0
gopkg.in/matryer/try.v1 v1.0.0-20150601225556-312d2599e12e
k8s.io/apimachinery v0.24.3
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6r
github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
github.com/brianvoe/gofakeit/v5 v5.6.2 h1:AcUMjKLx0aHoLy00vzrIi1El0VLqCzZRvKqJfeGy66A=
github.com/brianvoe/gofakeit/v5 v5.6.2/go.mod h1:/ZENnKqX+XrN8SORLe/fu5lZDIo1tuPncWuRD+eyhSI=
github.com/buger/jsonparser v0.0.0-20191004114745-ee4c978eae7e h1:oJCXMss/3rg5F6Poy9wG3JQusc58Mzk5B9Z6wSnssNE=
github.com/buger/jsonparser v0.0.0-20191004114745-ee4c978eae7e/go.mod h1:errmMKH8tTB49UR2A8C8DPYkyudelsYJwJFaZHQ6ik8=
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/bxcodec/faker/v3 v3.3.1 h1:G7uldFk+iO/ES7W4v7JlI/WU9FQ6op9VJ15YZlDEhGQ=
github.com/bxcodec/faker/v3 v3.3.1/go.mod h1:gF31YgnMSMKgkvl+fyEo1xuSMbEuieyqfeslGYFjneM=
github.com/cenkalti/backoff/v4 v4.0.2 h1:JIufpQLbh4DkbQoii76ItQIUFzevQSqOLZca4eamEDs=
Expand Down

0 comments on commit e0a982f

Please sign in to comment.