mirror of
https://github.com/ii64/sonic.git
synced 2026-06-21 00:46:43 +08:00
chore: update base64x
This commit is contained in:
parent
f188a1b7ee
commit
ae862b18dc
2 changed files with 3 additions and 3 deletions
2
go.mod
2
go.mod
|
|
@ -3,7 +3,7 @@ module github.com/bytedance/sonic
|
|||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/chenzhuoyu/base64x v0.0.0-20210823061504-5637f8385dfd
|
||||
github.com/chenzhuoyu/base64x v0.0.0-20210823082418-56861234f7ea
|
||||
github.com/davecgh/go-spew v1.1.1
|
||||
github.com/goccy/go-json v0.7.2
|
||||
github.com/json-iterator/go v1.1.10
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -1,5 +1,5 @@
|
|||
github.com/chenzhuoyu/base64x v0.0.0-20210823061504-5637f8385dfd h1:buYObuVp1rYcsL1N7xSL9vzKrjqth+S78o65r6+D8bk=
|
||||
github.com/chenzhuoyu/base64x v0.0.0-20210823061504-5637f8385dfd/go.mod h1:DH46F32mSOjUmXrMHnKwZdA8wcEefY7UVqBKYGjpdQY=
|
||||
github.com/chenzhuoyu/base64x v0.0.0-20210823082418-56861234f7ea h1:r8ipanQ5M1I6zxG2VoJopkScCzM9p+Mypf8GWXj623Q=
|
||||
github.com/chenzhuoyu/base64x v0.0.0-20210823082418-56861234f7ea/go.mod h1:DH46F32mSOjUmXrMHnKwZdA8wcEefY7UVqBKYGjpdQY=
|
||||
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
||||
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
|
|
|
|||
Loading…
Reference in a new issue