From b36ec689e362718708ed1b27804d9bc42adbdd4f Mon Sep 17 00:00:00 2001 From: chenjunbiao Date: Tue, 21 Jul 2020 19:04:45 +0800 Subject: [PATCH] fix(bug): fix the json description of the field (#21) --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 65a605e8b..8ab8b896a 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/yomorun/yomo go 1.14 require ( - github.com/10cella/yomo-json-codec v0.2.1 + github.com/10cella/yomo-json-codec v0.2.2 github.com/lucas-clemente/quic-go v0.17.1 ) diff --git a/go.sum b/go.sum index 4c539f491..56444d78f 100644 --- a/go.sum +++ b/go.sum @@ -15,6 +15,8 @@ github.com/10cella/yomo-json-codec v0.2.0 h1:VCFrpoVeYX6AnVQcYaIKcPbMKNERx/ZKno7 github.com/10cella/yomo-json-codec v0.2.0/go.mod h1:oApqc2PnZohrtlVJ3T1Knou9Ap9mcCJW1i3xiRtvF7c= github.com/10cella/yomo-json-codec v0.2.1 h1:cWh5TovVPlrOJKkjTVuCkpQ4rj1QoY2ANHCD7afB+6M= github.com/10cella/yomo-json-codec v0.2.1/go.mod h1:oApqc2PnZohrtlVJ3T1Knou9Ap9mcCJW1i3xiRtvF7c= +github.com/10cella/yomo-json-codec v0.2.2 h1:NppW6C1hWUaB9973E6leNnsGM6E4Aj1kSaBApMRuLx0= +github.com/10cella/yomo-json-codec v0.2.2/go.mod h1:oApqc2PnZohrtlVJ3T1Knou9Ap9mcCJW1i3xiRtvF7c= github.com/10cella/yomo-txtkv-codec v1.0.5 h1:rVdtBcsff3RG3BEq7AHq2WvNiGDF6IEKlTiplypfX+c= github.com/10cella/yomo-txtkv-codec v1.0.5/go.mod h1:nBfcD3qVq6kkSRHOgSUxK1+gMRoXI0obLF+b1eiyCtM= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=