feat(qs2) add qs2 framework

This commit is contained in:
hexxa 2020-12-05 10:30:03 +08:00
parent 6ae65fe09b
commit 83100007e3
33 changed files with 2934 additions and 60 deletions

13
go.mod
View file

@ -1,15 +1,22 @@
module github.com/ihexxa/quickshare/v2
module github.com/ihexxa/quickshare
go 1.13
require (
github.com/boltdb/bolt v1.3.1
github.com/gin-gonic/gin v1.6.3
github.com/ihexxa/gocfg v0.0.0-00010101000000-000000000000
github.com/ihexxa/quickshare v0.0.0-00010101000000-000000000000
github.com/ihexxa/multipart v0.0.0-00010101000000-000000000000
github.com/jessevdk/go-flags v1.4.0
github.com/parnurzeal/gorequest v0.2.16
github.com/pkg/errors v0.9.1 // indirect
github.com/robbert229/jwt v2.0.0+incompatible
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
moul.io/http2curl v1.0.0 // indirect
)
replace github.com/ihexxa/gocfg => /home/hexxa/ws/github.com/ihexxa/gocfg
replace github.com/ihexxa/quickshare => /home/hexxa/ws/github.com/ihexxa/quickshare
replace github.com/ihexxa/multipart => /home/hexxa/ws/github.com/ihexxa/multipart