diff --git a/decoder/decoder_test.go b/decoder/decoder_test.go index af6e8d7..2c1903b 100644 --- a/decoder/decoder_test.go +++ b/decoder/decoder_test.go @@ -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 diff --git a/encoder/encoder_test.go b/encoder/encoder_test.go index 0da0434..9c571bd 100644 --- a/encoder/encoder_test.go +++ b/encoder/encoder_test.go @@ -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` ) diff --git a/go.mod b/go.mod index ba2ce15..ba2c044 100644 --- a/go.mod +++ b/go.mod @@ -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