* feat(ui): enable captcha * feat(server): enable captcha * fix(ui): fix login pane layout * fix(config): remove unused config and files * fix(be/fe): clean up code * chore(fe/be): clean up code
28 lines
1.2 KiB
Modula-2
28 lines
1.2 KiB
Modula-2
module github.com/ihexxa/quickshare
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/afocus/captcha v0.0.0-20191010092841-4bd1f21c8868
|
|
github.com/boltdb/bolt v1.3.1
|
|
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
|
|
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/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/ihexxa/gocfg v0.0.0-20201206115732-ab537e3b1086
|
|
github.com/ihexxa/multipart v0.0.0-20201207132919-72f6e0e58b25
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/mitchellh/gox v1.0.1 // indirect
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
|
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/smartystreets/goconvey v1.6.4 // indirect
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
|
|
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
|
moul.io/http2curl v1.0.0 // indirect
|
|
)
|