feat(server, handler): add server and handler stubs
This commit is contained in:
parent
c258511752
commit
6ae65fe09b
7 changed files with 178 additions and 0 deletions
15
go.mod
Normal file
15
go.mod
Normal file
|
@ -0,0 +1,15 @@
|
|||
module github.com/ihexxa/quickshare/v2
|
||||
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
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/robbert229/jwt v2.0.0+incompatible
|
||||
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
|
||||
)
|
||||
|
||||
replace github.com/ihexxa/gocfg => /home/hexxa/ws/github.com/ihexxa/gocfg
|
||||
|
||||
replace github.com/ihexxa/quickshare => /home/hexxa/ws/github.com/ihexxa/quickshare
|
Loading…
Add table
Add a link
Reference in a new issue