base64x icon indicating copy to clipboard operation
base64x copied to clipboard

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

Open emmansun opened this issue 2 years ago • 1 comments

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
)

emmansun avatar Jul 19 '23 01:07 emmansun

I get an error using this library aswell.

I get this error while buildung my docker images:

go: github.com/chenzhuoyu/[email protected] (matching all@upgrade) requires github.com/bytedance/[email protected], not github.com/bytedance/[email protected] (matching all@upgrade)

after running go get -u all.

the-hotmann avatar Aug 02 '23 07:08 the-hotmann