20 lines
771 B
Modula-2
20 lines
771 B
Modula-2
module github.com/ihexxa/quickshare
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/boltdb/bolt v1.3.1
|
|
github.com/elazarl/goproxy v0.0.0-20201021153353-00ad82a08272 // indirect
|
|
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/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
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
|
|
moul.io/http2curl v1.0.0 // indirect
|
|
)
|