2
0
Fork 0
mirror of https://github.com/ii64/sonic.git synced 2026-06-21 00:46:43 +08:00

chore: sort imports

This commit is contained in:
chenzhuoyu 2021-06-22 16:47:57 +08:00
parent 936cee0d3f
commit 944f2b58cc
3 changed files with 3 additions and 3 deletions

View file

@ -21,10 +21,10 @@ import (
`testing`
`github.com/davecgh/go-spew/spew`
gojson `github.com/goccy/go-json`
`github.com/json-iterator/go`
`github.com/stretchr/testify/assert`
`github.com/stretchr/testify/require`
gojson `github.com/goccy/go-json`
)
var _BindingValue TwitterStruct

View file

@ -21,8 +21,8 @@ import (
`strconv`
`testing`
`github.com/json-iterator/go`
gojson `github.com/goccy/go-json`
`github.com/json-iterator/go`
`github.com/stretchr/testify/assert`
)

2
go.mod
View file

@ -5,7 +5,7 @@ go 1.15
require (
github.com/chenzhuoyu/base64x v0.0.0-20210528162528-3c6c11c43ee5
github.com/davecgh/go-spew v1.1.1
github.com/goccy/go-json v0.7.1 // indirect
github.com/goccy/go-json v0.7.1
github.com/json-iterator/go v1.1.10
github.com/klauspost/cpuid/v2 v2.0.6
github.com/stretchr/testify v1.7.0