module github.com/easysoft/zendata go 1.12 require golang.org/x/text v0.3.3 require ( github.com/360EntSecGroup-Skylar/excelize/v2 v2.3.0 github.com/Chain-Zhang/pinyin v0.1.3 github.com/Knetic/govaluate v3.0.0+incompatible github.com/akavel/rsrc v0.9.0 // indirect github.com/emirpasic/gods v1.12.0 github.com/fatih/color v1.9.0 github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect github.com/mattn/go-colorable v0.1.7 // indirect github.com/mattn/go-runewidth v0.0.9 github.com/mattn/go-sqlite3 v2.0.3+incompatible github.com/smartystreets/assertions v1.1.1 // indirect github.com/smartystreets/goconvey v1.6.4 // indirect github.com/stretchr/testify v1.6.1 // indirect github.com/xuri/efp v0.0.0-20200605144744-ba689101faaf // indirect golang.org/x/image v0.0.0-20200801110659-972c09e46d76 // indirect golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc // indirect golang.org/x/sys v0.0.0-20200819171115-d785dc25833f // indirect gopkg.in/ini.v1 v1.60.0 gopkg.in/yaml.v2 v2.2.8 gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 )