mirror of
https://github.com/ii64/sonic.git
synced 2026-06-21 00:46:43 +08:00
12 lines
332 B
Modula-2
12 lines
332 B
Modula-2
module github.com/bytedance/sonic
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/klauspost/cpuid/v2 v2.0.9
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/twitchyliquid64/golang-asm v0.15.1
|
|
golang.org/x/arch v0.0.0-20210923205945-b76863e36670
|
|
)
|