...

Text file src/github.com/bytedance/sonic/go.mod

Documentation: github.com/bytedance/sonic

     1module github.com/bytedance/sonic
     2
     3go 1.16
     4
     5require (
     6	github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d
     7	github.com/chenzhuoyu/iasm v0.9.0
     8	github.com/davecgh/go-spew v1.1.1
     9	github.com/klauspost/cpuid/v2 v2.0.9
    10	github.com/stretchr/testify v1.8.1
    11	github.com/twitchyliquid64/golang-asm v0.15.1
    12	golang.org/x/arch v0.0.0-20210923205945-b76863e36670
    13)

View as plain text