mirror of
https://github.com/ii64/sonic.git
synced 2026-06-21 00:46:43 +08:00
12 lines
310 B
Modula-2
12 lines
310 B
Modula-2
module github.com/bytedance/sonic
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/chenzhuoyu/base64x v0.0.0-20210528150155-e775e1ff0f56
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/json-iterator/go v1.1.10
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tidwall/gjson v1.8.0
|
|
github.com/twitchyliquid64/golang-asm v0.15.1
|
|
)
|