mirror of
https://github.com/ii64/sonic.git
synced 2026-06-21 00:46:43 +08:00
* feat: support Go1.18 * fix: re-encoding `moduledata.pclntab` * test: add generic func wrap test
13 lines
401 B
Modula-2
13 lines
401 B
Modula-2
module github.com/bytedance/sonic/generic_test
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/bytedance/sonic v1.0.0
|
|
github.com/chenzhuoyu/base64x v0.0.0-20211019084208-fb5309c8db06 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
|
|
)
|
|
|
|
replace github.com/bytedance/sonic => ../.
|