...

Text file src/github.com/chenzhuoyu/base64x/go.mod

Documentation: github.com/chenzhuoyu/base64x

     1module github.com/chenzhuoyu/base64x
     2
     3go 1.16
     4
     5require (
     6	github.com/bytedance/sonic v1.10.0-rc
     7	github.com/davecgh/go-spew v1.1.1
     8	github.com/klauspost/cpuid/v2 v2.0.9
     9	github.com/stretchr/testify v1.8.1
    10)

View as plain text