-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
18 lines (15 loc) · 619 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module myblog
go 1.14
require github.com/astaxie/beego v1.12.1
require (
github.com/PuerkitoBio/goquery v1.6.1
github.com/go-sql-driver/mysql v1.4.1
github.com/kr/pretty v0.2.1 // indirect
github.com/russross/blackfriday v1.6.0
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726
github.com/smartystreets/goconvey v1.6.4
github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d // indirect
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e
google.golang.org/appengine v1.6.7 // indirect
)