1
0
mirror of https://github.com/astaxie/beego.git synced 2024-05-29 05:13:27 +00:00

add ansicolor to beego

This commit is contained in:
JessonChan 2019-03-12 12:09:41 +08:00
parent 93485df3d2
commit 578440a18d

View File

@ -36,6 +36,7 @@ install:
- go get github.com/casbin/casbin - go get github.com/casbin/casbin
- go get github.com/elazarl/go-bindata-assetfs - go get github.com/elazarl/go-bindata-assetfs
- go get github.com/OwnLocal/goes - go get github.com/OwnLocal/goes
- go get github.com/shiena/ansicolor
- go get -u honnef.co/go/tools/cmd/staticcheck - go get -u honnef.co/go/tools/cmd/staticcheck
- go get -u github.com/mdempsky/unconvert - go get -u github.com/mdempsky/unconvert
- go get -u github.com/gordonklaus/ineffassign - go get -u github.com/gordonklaus/ineffassign