module github.com/chenzhuoyu/base64x

go 1.15

require (
	github.com/bytedance/sonic v1.5.0
	github.com/davecgh/go-spew v1.1.1
	github.com/klauspost/cpuid/v2 v2.0.9
	github.com/stretchr/testify v1.8.1
)
