Skip to content

Commit

Permalink
unchange
Browse files Browse the repository at this point in the history
  • Loading branch information
sanrentai committed Jan 18, 2020
1 parent a1d5de7 commit 4f9843a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 87 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Expand Up @@ -12,8 +12,4 @@ vendor/**
logs
adm/build
template/login/assets/login
uploads
*.sum
*.mod
go.mod
go.mod
uploads
31 changes: 4 additions & 27 deletions go.mod
Expand Up @@ -4,43 +4,20 @@ go 1.13

require (
github.com/360EntSecGroup-Skylar/excelize v1.4.1
github.com/AlecAivazis/survey/v2 v2.0.5
github.com/GoAdminGroup/themes v0.0.16
github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e
github.com/astaxie/beego v1.12.0
github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20191001013358-cfbb681360f0
github.com/gavv/httpexpect v2.0.0+incompatible
github.com/gin-gonic/gin v1.5.0
github.com/go-chi/chi v4.0.3+incompatible
github.com/go-ini/ini v1.51.1
github.com/go-sql-driver/mysql v1.4.1
github.com/gobuffalo/buffalo v0.15.3
github.com/gogf/gf v1.10.1
github.com/gorilla/mux v1.7.3
github.com/imkira/go-interpol v1.1.0 // indirect
github.com/jawher/mow.cli v1.1.0
github.com/jteeuwen/go-bindata v3.0.7+incompatible
github.com/lib/pq v1.2.0
github.com/magiconair/properties v1.8.1
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-sqlite3 v1.11.0
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/moul/http2curl v1.0.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/schollz/progressbar v1.0.0
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0
github.com/tdewolff/minify v2.3.6+incompatible
github.com/tdewolff/parse v2.3.4+incompatible // indirect
github.com/valyala/fasthttp v1.7.1 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c
golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708
golang.org/x/text v0.3.2
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/ini.v1 v1.51.0
gopkg.in/yaml.v2 v2.2.7
gopkg.in/ini.v1 v1.51.0 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)

0 comments on commit 4f9843a

Please sign in to comment.