mirror of
https://github.com/ii64/sonic.git
synced 2026-06-20 16:45:22 +08:00
21 lines
627 B
Modula-2
21 lines
627 B
Modula-2
module github.com/bytedance/sonic/fuzz
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/bytedance/gopkg v0.0.0-20221122125632-68358b8ecec6
|
|
github.com/bytedance/sonic v1.5.0
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/stretchr/testify v1.8.1
|
|
)
|
|
|
|
require (
|
|
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace github.com/bytedance/sonic => ../.
|