forked from go/golangs_learn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.3 KiB
35 lines
1.3 KiB
module golang_learn
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
fyne.io/fyne v1.4.3
|
|
github.com/360EntSecGroup-Skylar/excelize v1.4.1
|
|
github.com/PuerkitoBio/goquery v1.7.1
|
|
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/go-ini/ini v1.62.0
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
|
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/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/russross/blackfriday v1.6.0
|
|
github.com/spf13/viper v1.8.1
|
|
github.com/yeka/zip v0.0.0-20180914125537-d046722c6feb
|
|
golang.org/x/exp/errors v0.0.0-20210715201039-d37aa40e8013
|
|
golang.org/x/image v0.0.0-20200430140353-33d19683fad8
|
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007
|
|
golang.org/x/text v0.3.6
|
|
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|
|
|