15 lines
496 B
Modula-2
15 lines
496 B
Modula-2
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
|