|
@@ -12,7 +12,6 @@ require (
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
|
github.com/beevik/etree v1.1.0
|
|
github.com/beevik/etree v1.1.0
|
|
|
github.com/bndr/gotabulate v1.1.2 // indirect
|
|
github.com/bndr/gotabulate v1.1.2 // indirect
|
|
|
- github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
|
|
|
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
|
|
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
|
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/gin-gonic/gin v1.6.3
|
|
@@ -38,8 +37,6 @@ require (
|
|
|
github.com/syndtr/goleveldb v1.0.0 // indirect
|
|
github.com/syndtr/goleveldb v1.0.0 // indirect
|
|
|
github.com/tealeg/xlsx v1.0.5 // indirect
|
|
github.com/tealeg/xlsx v1.0.5 // indirect
|
|
|
github.com/tebeka/strftime v0.1.3 // indirect
|
|
github.com/tebeka/strftime v0.1.3 // indirect
|
|
|
- github.com/urfave/cli v1.22.4 // indirect
|
|
|
|
|
- github.com/urfave/cli/v2 v2.2.0 // indirect
|
|
|
|
|
github.com/xormplus/builder v0.0.0-20200331055651-240ff40009be // indirect
|
|
github.com/xormplus/builder v0.0.0-20200331055651-240ff40009be // indirect
|
|
|
github.com/xormplus/core v0.0.0-20200308074340-f3bce19d5f31
|
|
github.com/xormplus/core v0.0.0-20200308074340-f3bce19d5f31
|
|
|
github.com/xormplus/xorm v0.0.0-20200529061552-7d0d26c6f81c
|
|
github.com/xormplus/xorm v0.0.0-20200529061552-7d0d26c6f81c
|
|
@@ -47,4 +44,5 @@ require (
|
|
|
golang.org/x/tools v0.0.0-20200612220849-54c614fe050c // indirect
|
|
golang.org/x/tools v0.0.0-20200612220849-54c614fe050c // indirect
|
|
|
gopkg.in/flosch/pongo2.v3 v3.0.0-20141028000813-5e81b817a0c4 // indirect
|
|
gopkg.in/flosch/pongo2.v3 v3.0.0-20141028000813-5e81b817a0c4 // indirect
|
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
|
|
|
+ github.com/gin-contrib/cors v1.3.1
|
|
|
)
|
|
)
|