chenzhuoyu / base64x

High performance drop-in replacement of the `encoding/base64` library
Apache License 2.0
37 stars 6 forks source link

和github.com/bytedance/sonic循环依赖? #8

Open emmansun opened 1 year ago

emmansun commented 1 year ago
module github.com/bytedance/sonic

go 1.16

require (
    github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d
    github.com/chenzhuoyu/iasm v0.9.0
    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
)
the-hotmann commented 1 year ago

I get an error using this library aswell.

I get this error while buildung my docker images:

go: github.com/chenzhuoyu/base64x@v0.0.0-20230717121745-296ad89f973d (matching all@upgrade) requires github.com/bytedance/sonic@v1.10.0-rc, not github.com/bytedance/sonic@v1.9.2 (matching all@upgrade)

after running go get -u all.