Skip to content

Commit

Permalink
Merge pull request #6 from skifli/dependabot/go_modules/github.com/go…
Browse files Browse the repository at this point in the history
…ccy/go-json-0.10.3

Bump github.com/goccy/go-json from 0.10.2 to 0.10.3
  • Loading branch information
skifli authored May 28, 2024
2 parents dc44ee6 + 40ac92b commit 1f2ffaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/akamensky/argparse v1.4.0 // Better flag parsing
github.com/goccy/go-json v0.10.2 // Faster json parsing
github.com/goccy/go-json v0.10.3 // Faster json parsing
github.com/skifli/golog v1.1.0 // Logging API
golang.org/x/exp v0.0.0-20230210204819-062eb4c674ab // Slice manipulation functions
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/akamensky/argparse v1.4.0 h1:YGzvsTqCvbEZhL8zZu2AiA5nq805NZh75JNj4ajn1xc=
github.com/akamensky/argparse v1.4.0/go.mod h1:S5kwC7IuDcEr5VeXtGPRVZ5o/FdhcMlQz4IZQuw64xA=
github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU=
github.com/goccy/go-json v0.10.2/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I=
github.com/goccy/go-json v0.10.3 h1:KZ5WoDbxAIgm2HNbYckL0se1fHD6rz5j4ywS6ebzDqA=
github.com/goccy/go-json v0.10.3/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
github.com/skifli/golog v1.1.0 h1:ZD/ig0T3sVAF0sF809VxYYPNnGbayaHGuKQA3AVhlpU=
github.com/skifli/golog v1.1.0/go.mod h1:PB5/BtIUjQzJyMbpdBJLuCBbAt5p1xlC+NkBauOGRIY=
golang.org/x/exp v0.0.0-20230210204819-062eb4c674ab h1:628ME69lBm9C6JY2wXhAph/yjN3jezx1z7BIDLUwxjo=
Expand Down

0 comments on commit 1f2ffaf

Please sign in to comment.