module github.com/CatchZeng/google-translator go 1.13 require ( github.com/CatchZeng/gutils v0.0.3 github.com/davecgh/go-spew v1.1.1 // indirect github.com/kr/pretty v0.1.0 // indirect github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff github.com/stretchr/testify v1.4.0 // indirect github.com/timest/env v0.0.0-20180717050204-5fce78d35255 golang.org/x/text v0.3.2 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/sourcemap.v1 v1.0.5 // indirect )