mirror of
https://github.com/ii64/sonic.git
synced 2026-06-21 00:46:43 +08:00
14 lines
381 B
Modula-2
14 lines
381 B
Modula-2
module github.com/bytedance/sonic
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/chenzhuoyu/base64x v0.0.0-20211019084208-fb5309c8db06
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/goccy/go-json v0.7.2
|
|
github.com/json-iterator/go v1.1.10
|
|
github.com/klauspost/cpuid/v2 v2.0.9
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tidwall/gjson v1.8.0
|
|
github.com/twitchyliquid64/golang-asm v0.15.1
|
|
)
|