File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
1717
1818require (
1919 github.com/bytedance/gopkg v0.1.3 // indirect
20- github.com/bytedance/sonic/loader v0.4 .0 // indirect
20+ github.com/bytedance/sonic/loader v0.5 .0 // indirect
2121 github.com/cloudwego/base64x v0.1.6 // indirect
2222 github.com/davecgh/go-spew v1.1.1 // indirect
2323 github.com/klauspost/cpuid/v2 v2.2.9 // indirect
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMU
44mygithub.libinneed.workers.dev/buger/jsonparser v1.1.1 /go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0 =
55mygithub.libinneed.workers.dev/bytedance/gopkg v0.1.3 h1:TPBSwH8RsouGCBcMBktLt1AymVo2TVsBVCY4b6TnZ/M =
66mygithub.libinneed.workers.dev/bytedance/gopkg v0.1.3 /go.mod h1:576VvJ+eJgyCzdjS+c4+77QF3p7ubbtiKARP3TxducM =
7- github.com/bytedance/sonic/loader v0.4.0 h1:olZ7lEqcxtZygCK9EKYKADnpQoYkRQxaeY2NYzevs+o =
8- github.com/bytedance/sonic/loader v0.4.0 /go.mod h1:AR4NYCk5DdzZizZ5djGqQ92eEhCCcdf5x77udYiSJRo =
7+ github.com/bytedance/sonic/loader v0.5.0 h1:gXH3KVnatgY7loH5/TkeVyXPfESoqSBSBEiDd5VjlgE =
98mygithub.libinneed.workers.dev/cloudwego/base64x v0.1.6 h1:t11wG9AECkCDk5fMSoxmufanudBtJ+/HemLstXDLI2M =
109mygithub.libinneed.workers.dev/cloudwego/base64x v0.1.6 /go.mod h1:OFcloc187FXDaYHvrNIjxSe8ncn0OOM8gEHfghB2IPU =
1110mygithub.libinneed.workers.dev/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010)
1111
1212require (
13- github.com/bytedance/sonic/loader v0.3 .0 // indirect
13+ github.com/bytedance/sonic/loader v0.5 .0 // indirect
1414 github.com/cloudwego/base64x v0.1.6 // indirect
1515 github.com/klauspost/cpuid/v2 v2.2.9 // indirect
1616 github.com/pmezard/go-difflib v1.0.0 // indirect
Original file line number Diff line number Diff line change 11mygithub.libinneed.workers.dev/bytedance/gopkg v0.1.3 h1:TPBSwH8RsouGCBcMBktLt1AymVo2TVsBVCY4b6TnZ/M =
2- github.com/bytedance/sonic/loader v0.3.0 h1:dskwH8edlzNMctoruo8FPTJDF3vLtDT0sXZwvZJyqeA =
3- github.com/bytedance/sonic/loader v0.3.0 /go.mod h1:N8A3vUdtUebEY2/VQC0MyhYeKUFosQU6FxH2JmUe6VI =
2+ github.com/bytedance/sonic/loader v0.5.0 h1:gXH3KVnatgY7loH5/TkeVyXPfESoqSBSBEiDd5VjlgE =
43mygithub.libinneed.workers.dev/cloudwego/base64x v0.1.6 h1:t11wG9AECkCDk5fMSoxmufanudBtJ+/HemLstXDLI2M =
54mygithub.libinneed.workers.dev/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
65mygithub.libinneed.workers.dev/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
@@ -13,7 +12,6 @@ github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSS
1312mygithub.libinneed.workers.dev/stretchr/objx v0.5.0 /go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo =
1413mygithub.libinneed.workers.dev/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
1514mygithub.libinneed.workers.dev/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
16- github.com/stretchr/testify v1.8.1 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
1715mygithub.libinneed.workers.dev/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
1816mygithub.libinneed.workers.dev/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI =
1917mygithub.libinneed.workers.dev/twitchyliquid64/golang-asm v0.15.1 /go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08 =
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111
1212require (
1313 github.com/bytedance/gopkg v0.1.3 // indirect
14- github.com/bytedance/sonic/loader v0.3 .0 // indirect
14+ github.com/bytedance/sonic/loader v0.5 .0 // indirect
1515 github.com/cloudwego/base64x v0.1.6 // indirect
1616 github.com/klauspost/cpuid/v2 v2.2.9 // indirect
1717 github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
Original file line number Diff line number Diff line change 11mygithub.libinneed.workers.dev/bytedance/gopkg v0.1.3 h1:TPBSwH8RsouGCBcMBktLt1AymVo2TVsBVCY4b6TnZ/M =
22mygithub.libinneed.workers.dev/bytedance/gopkg v0.1.3 /go.mod h1:576VvJ+eJgyCzdjS+c4+77QF3p7ubbtiKARP3TxducM =
3- github.com/bytedance/sonic/loader v0.3.0 h1:dskwH8edlzNMctoruo8FPTJDF3vLtDT0sXZwvZJyqeA =
4- github.com/bytedance/sonic/loader v0.3.0 /go.mod h1:N8A3vUdtUebEY2/VQC0MyhYeKUFosQU6FxH2JmUe6VI =
3+ github.com/bytedance/sonic/loader v0.5.0 h1:gXH3KVnatgY7loH5/TkeVyXPfESoqSBSBEiDd5VjlgE =
54mygithub.libinneed.workers.dev/cloudwego/base64x v0.1.6 h1:t11wG9AECkCDk5fMSoxmufanudBtJ+/HemLstXDLI2M =
65mygithub.libinneed.workers.dev/cloudwego/base64x v0.1.6 /go.mod h1:OFcloc187FXDaYHvrNIjxSe8ncn0OOM8gEHfghB2IPU =
76mygithub.libinneed.workers.dev/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
@@ -28,7 +27,6 @@ github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpE
2827mygithub.libinneed.workers.dev/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
2928mygithub.libinneed.workers.dev/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
3029mygithub.libinneed.workers.dev/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
31- github.com/stretchr/testify v1.8.1 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
3230mygithub.libinneed.workers.dev/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
3331mygithub.libinneed.workers.dev/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI =
3432mygithub.libinneed.workers.dev/twitchyliquid64/golang-asm v0.15.1 /go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08 =
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ module github.com/bytedance/sonic
22
33go 1.18
44
5- replace github.com/bytedance/sonic/loader => ./loader
5+ // replace github.com/bytedance/sonic/loader => ./loader
66
77require (
88 github.com/bytedance/gopkg v0.1.3
9- github.com/bytedance/sonic/loader v0.4 .0
9+ github.com/bytedance/sonic/loader v0.5 .0
1010 github.com/cloudwego/base64x v0.1.6
1111 github.com/davecgh/go-spew v1.1.1
1212 github.com/klauspost/cpuid/v2 v2.2.9
Original file line number Diff line number Diff line change 11mygithub.libinneed.workers.dev/bytedance/gopkg v0.1.3 h1:TPBSwH8RsouGCBcMBktLt1AymVo2TVsBVCY4b6TnZ/M =
22mygithub.libinneed.workers.dev/bytedance/gopkg v0.1.3 /go.mod h1:576VvJ+eJgyCzdjS+c4+77QF3p7ubbtiKARP3TxducM =
3- github.com/bytedance/sonic/loader v0.4 .0 h1:olZ7lEqcxtZygCK9EKYKADnpQoYkRQxaeY2NYzevs+o =
4- github.com/bytedance/sonic/loader v0.4 .0 /go.mod h1:AR4NYCk5DdzZizZ5djGqQ92eEhCCcdf5x77udYiSJRo =
3+ github.com/bytedance/sonic/loader v0.5 .0 h1:gXH3KVnatgY7loH5/TkeVyXPfESoqSBSBEiDd5VjlgE =
4+ github.com/bytedance/sonic/loader v0.5 .0 /go.mod h1:AR4NYCk5DdzZizZ5djGqQ92eEhCCcdf5x77udYiSJRo =
55mygithub.libinneed.workers.dev/cloudwego/base64x v0.1.6 h1:t11wG9AECkCDk5fMSoxmufanudBtJ+/HemLstXDLI2M =
66mygithub.libinneed.workers.dev/cloudwego/base64x v0.1.6 /go.mod h1:OFcloc187FXDaYHvrNIjxSe8ncn0OOM8gEHfghB2IPU =
77mygithub.libinneed.workers.dev/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
Original file line number Diff line number Diff line change 11mygithub.libinneed.workers.dev/bytedance/sonic/loader v0.2.0 /go.mod h1:ncP89zfokxS5LZrJxl5z0UJcsk4M4yY2JpfqGeCtNLU =
22mygithub.libinneed.workers.dev/bytedance/sonic/loader v0.2.3 /go.mod h1:N8A3vUdtUebEY2/VQC0MyhYeKUFosQU6FxH2JmUe6VI =
33mygithub.libinneed.workers.dev/bytedance/sonic/loader v0.2.4 /go.mod h1:N8A3vUdtUebEY2/VQC0MyhYeKUFosQU6FxH2JmUe6VI =
4+ github.com/bytedance/sonic/loader v0.5.0 /go.mod h1:AR4NYCk5DdzZizZ5djGqQ92eEhCCcdf5x77udYiSJRo =
45mygithub.libinneed.workers.dev/cloudwego/iasm v0.2.0 h1:1KNIy1I1H9hNNFEEH3DVnI4UujN+1zjpuk6gwHLTssg =
56mygithub.libinneed.workers.dev/philhofer/fwd v1.2.0 h1:e6DnBTl7vGY+Gz322/ASL4Gyp1FspeMvx1RNDoToZuM =
67mygithub.libinneed.workers.dev/philhofer/fwd v1.2.0 /go.mod h1:RqIHx9QI14HlwKwm98g9Re5prTQ6LdeRQn+gXJFxsJM =
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
1212
1313require (
1414 github.com/bytedance/gopkg v0.1.3 // indirect
15- github.com/bytedance/sonic/loader v0.3 .0 // indirect
15+ github.com/bytedance/sonic/loader v0.5 .0 // indirect
1616 github.com/cloudwego/base64x v0.1.6 // indirect
1717 github.com/klauspost/cpuid/v2 v2.2.9 // indirect
1818 github.com/pmezard/go-difflib v1.0.0 // indirect
You can’t perform that action at this time.
0 commit comments