This is an automated email from the ASF dual-hosted git repository.

zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 82be143  chore: bump github.com/goccy/go-json to v0.10.4 (#218)
82be143 is described below

commit 82be143d7c303cf186ed1fd9743cd1b6a63a7627
Author: Todd Treece <[email protected]>
AuthorDate: Thu Dec 12 13:07:03 2024 -0500

    chore: bump github.com/goccy/go-json to v0.10.4 (#218)
    
    ### Rationale for this change
    
    A follow up to
    https://github.com/apache/arrow-go/pull/199#issuecomment-2494887343
    
    > i will continue trying to get the go-json PR merged, and if i do, i'll
    open another PR to update the dependency here.
    
    ### What changes are included in this PR?
    
    Bumps go-json dependency to include changes from
    https://github.com/goccy/go-json/pull/490
    
    ### Are these changes tested?
    
    I am assuming CI tests should cover this.
    
    ### Are there any user-facing changes?
    
    No
---
 go.mod | 2 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index b3ddc61..b65e5ec 100644
--- a/go.mod
+++ b/go.mod
@@ -25,7 +25,7 @@ require (
        github.com/andybalholm/brotli v1.1.1
        github.com/apache/thrift v0.21.0
        github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
-       github.com/goccy/go-json v0.10.3
+       github.com/goccy/go-json v0.10.4
        github.com/golang/snappy v0.0.4
        github.com/google/flatbuffers v24.3.25+incompatible
        github.com/google/uuid v1.6.0
diff --git a/go.sum b/go.sum
index b2dfe21..b845deb 100644
--- a/go.sum
+++ b/go.sum
@@ -28,8 +28,8 @@ github.com/go-playground/universal-translator v0.17.0 
h1:icxd5fm+REJzpZx7ZfpaD87
 github.com/go-playground/universal-translator v0.17.0/go.mod 
h1:UkSxE5sNxxRwHyU+Scu5vgOQjsIJAF8j9muTVoKLVtA=
 github.com/go-playground/validator/v10 v10.11.1 
h1:prmOlTVv+YjZjmRmNSF3VmspqJIxJWXmqUsHwfTRRkQ=
 github.com/go-playground/validator/v10 v10.11.1/go.mod 
h1:i+3WkQ1FvaUjjxh1kSvIA4dMGDBiPU55YFDl0WbKdWU=
-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/goccy/go-json v0.10.4 
h1:JSwxQzIqKfmFX1swYPpUThQZp/Ka4wzJdK0LWVytLPM=
+github.com/goccy/go-json v0.10.4/go.mod 
h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
 github.com/goccy/go-yaml v1.11.0 
h1:n7Z+zx8S9f9KgzG6KtQKf+kwqXZlLNR2F6018Dgau54=
 github.com/goccy/go-yaml v1.11.0/go.mod 
h1:H+mJrWtjPTJAHvRbV09MCK9xYwODM+wRTVFFTWckfng=
 github.com/golang/protobuf v1.5.4 
h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=

Reply via email to