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.
14 lines
388 B
14 lines
388 B
4 years ago
|
module "golang_learn"
|
||
|
|
||
|
require (
|
||
|
github.com/360EntSecGroup-Skylar/excelize latest
|
||
|
github.com/go-sql-driver/mysql latest
|
||
|
github.com/russross/blackfriday latest
|
||
|
github.com/mattn/go-oci8 latest
|
||
|
github.com/spf13/viper latest
|
||
|
github.com/lxn/walk latest
|
||
|
github.com/lxn/win latest
|
||
|
github.com/PuerkitoBio/goquery latest
|
||
|
github.com/axgle/mahonia latest
|
||
|
github.com/dolthub/vitess latest
|
||
|
)
|