|
|
|
module golang_learn
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
fyne.io/fyne v1.4.3
|
|
|
|
fyne.io/fyne/v2 v2.1.4
|
|
|
|
github.com/360EntSecGroup-Skylar/excelize v1.4.1
|
|
|
|
github.com/PuerkitoBio/goquery v1.7.1
|
|
|
|
github.com/andlabs/ui v0.0.0-20200610043537-70a69d6ae31e
|
|
|
|
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
|
|
|
|
github.com/bitly/go-simplejson v0.5.0
|
|
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
|
|
|
|
github.com/braintree/manners v0.0.0-20160418043613-82a8879fc5fd
|
|
|
|
github.com/go-ini/ini v1.62.0
|
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
|
|
github.com/google/martian v2.1.0+incompatible
|
|
|
|
github.com/google/uuid v1.1.2
|
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
github.com/kardianos/service v1.2.0
|
|
|
|
github.com/kbinani/screenshot v0.0.0-20210720154843-7d3a670d8329
|
|
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
|
|
github.com/lxn/walk v0.0.0-20210112085537-c389da54e794
|
|
|
|
github.com/lxn/win v0.0.0-20210218163916-a377121e959e
|
|
|
|
github.com/mattn/go-adodb v0.0.1
|
|
|
|
github.com/mattn/go-oci8 v0.1.1
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.8
|
|
|
|
github.com/mitchellh/go-homedir v1.0.0
|
|
|
|
github.com/mzky/zip v0.0.0-20210817031838-1b692015aed2
|
|
|
|
github.com/pingcap/log v0.0.0-20211215031037-e024ba4eb0ee
|
|
|
|
github.com/riftbit/go-systray v1.0.2
|
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
|
|
github.com/russross/blackfriday v1.6.0
|
|
|
|
github.com/shirou/gopsutil v2.20.4+incompatible
|
|
|
|
github.com/spf13/viper v1.8.1
|
|
|
|
github.com/tidwall/gjson v1.13.0
|
|
|
|
github.com/tidwall/sjson v1.2.4
|
|
|
|
github.com/xuri/excelize/v2 v2.5.0
|
|
|
|
github.com/yeka/zip v0.0.0-20180914125537-d046722c6feb
|
|
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
|
|
|
|
golang.org/x/exp/errors v0.0.0-20210715201039-d37aa40e8013
|
|
|
|
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
|
|
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
|
|
|
|
golang.org/x/text v0.3.6
|
|
|
|
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
|
|
)
|