test(files, users): add e2e test and fix issues
This commit is contained in:
parent
b065684a47
commit
0265baf1b1
15 changed files with 5015 additions and 5327 deletions
3
go.mod
3
go.mod
|
@ -5,9 +5,10 @@ go 1.13
|
|||
require (
|
||||
github.com/boltdb/bolt v1.3.1
|
||||
github.com/elazarl/goproxy v0.0.0-20201021153353-00ad82a08272 // indirect
|
||||
github.com/gin-contrib/static v0.0.0-20200916080430-d45d9a37d28e
|
||||
github.com/gin-gonic/gin v1.6.3
|
||||
github.com/ihexxa/gocfg v0.0.0-20201206115732-ab537e3b1086
|
||||
github.com/ihexxa/multipart v0.0.0-20201201114901-e265a43930c0
|
||||
github.com/ihexxa/multipart v0.0.0-20201207132919-72f6e0e58b25
|
||||
github.com/jessevdk/go-flags v1.4.0
|
||||
github.com/parnurzeal/gorequest v0.2.16
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue